ISupportGranularResults

public interface ISupportGranularResults
implements ITestInvocationListener

com.android.tradefed.result.retry.ISupportGranularResults


指定 ITestInvocationListener 是否支持接收精细 结果。

摘要

公共方法

abstract boolean supportGranularResults()

如果报告程序支持精细的结果,则返回 True,否则返回 false。

公共方法

supportGranularResults

public abstract boolean supportGranularResults ()

如果报告程序支持精细的结果,则返回 True,否则返回 false。

返回
boolean