ISupportGranularResults

public interface ISupportGranularResults
implements ITestInvocationListener

com.android.tradefed.result.retry.ISupportGranularResults


介面,可指定 ITestInvocationListener 是否支援接收精細結果。

摘要

公用方法

abstract boolean supportGranularResults()

如果回報器支援精細結果,則傳回「是」;否則傳回「否」。

公用方法

supportGranularResults

public abstract boolean supportGranularResults ()

如果回報器支援精細結果,則傳回 True,否則傳回 false。

傳回
boolean