ISupportGranularResults

public interface ISupportGranularResults
implements ITestInvocationListener

com.android.tradefed.result.retry.ISupportGranularResults


指定 ITestInvocationListener 是否支援接收精細資訊的介面 比對結果

摘要

公用方法

abstract boolean supportGranularResults()

如果回報程式支援精細結果,會傳回 True,否則傳回 false。

公用方法

支援 GranularResults

public abstract boolean supportGranularResults ()

如果回報程式支援精細結果,會傳回 True,否則傳回 false。

傳回
boolean