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