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