RetryResultHelper

public final class RetryResultHelper
extends Object

java.lang.Object
com.android.tradefed.testtype.suite.retry.RetryResultHelper


どのモジュールまたはテストを実行するかどうかを決定するヘルパー クラス。

まとめ

パブリック コンストラクター

RetryResultHelper ()

公開メソッド

static boolean shouldRunModule ( TestRunResult moduleResults, types) shouldRunModule ( TestRunResult moduleResults, types)

モジュールを再実行する必要があるかどうかを返します。

static boolean shouldRunTest ( TestResult result, types) shouldRunTest ( TestResult result, types)

テスト ケースを実行するかどうかを返します。

パブリック コンストラクター

RetryResultHelper

public RetryResultHelper ()

公開メソッド

shouldRunModule

public static boolean shouldRunModule (TestRunResult moduleResults, 
                 types)

モジュールを再実行する必要があるかどうかを返します。

パラメーター
moduleResults TestRunResult

types

戻り値
boolean

shouldRunTest

public static boolean shouldRunTest (TestResult result, 
                 types)

テスト ケースを実行するかどうかを返します。

パラメーター
result TestResult

types

戻り値
boolean