ISupportGranularResults
public interface ISupportGranularResults
implements ITestInvocationListener
com.android.tradefed.result.retry.ISupportGranularResults |
指定ITestInvocationListener
是否支持接收粒度结果的接口。
概括
公共方法 | |
---|---|
abstract boolean | supportGranularResults () 如果 reporter 支持粒度结果,则返回 True,否则返回 false。 |
公共方法
支持粒度结果
public abstract boolean supportGranularResults ()
如果 reporter 支持粒度结果,则返回 True,否则返回 false。
退货 | |
---|---|
boolean |