RetryResultHelper
public final class RetryResultHelper
extends Object
java.lang.Object |
↳ | com.android.tradefed.testtype.suite.retry.RetryResultHelper |
どのモジュールまたはテストを実行するかを決定するためのヘルパークラス。
概要
パブリックコンストラクター
RetryResultHelper
public RetryResultHelper ()
パブリックメソッド
shouldRunModule
public static boolean shouldRunModule (TestRunResult moduleResults,
types)
モジュールを再実行する必要があるかどうかを返します。
パラメーター |
---|
moduleResults | TestRunResult |
types | |
shouldRunTest
public static boolean shouldRunTest (TestResult result,
types)
テストケースを実行する必要があるかどうかを返します。
パラメーター |
---|
result | TestResult |
types | |