ISupport粒度結果

public interface ISupportGranularResults
implements ITestInvocationListener

com.android.tradefed.result.retry.ISupportGranularResults


指定ITestInvocationListener是否支援接收粒度結果的介面。

概括

公共方法

abstract boolean supportGranularResults ()

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

公共方法

支援粒度結果

public abstract boolean supportGranularResults ()

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

退貨
boolean