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