ISupportGranularResults

public interface ISupportGranularResults
implements ITestInvocationListener

com.android.tradefed.result.retry.ISupportGranularResults


介面,可指定 ITestInvocationListener 是否支援接收精細結果。

摘要

公用方法

abstract boolean supportGranularResults()

如果報表提供詳細結果,則傳回「是」;否則傳回「否」。

公用方法

支援 GranularResults

public abstract boolean supportGranularResults ()

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

傳回
boolean