RetryResultHelper

public final class RetryResultHelper
extends Object

java.lang.オブジェクト
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 ()

パブリックメソッド

shouldRunモジュール

public static boolean shouldRunModule (TestRunResult moduleResults, 
                 types)

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

パラメーター
moduleResults TestRunResult

types

戻り値
boolean

shouldRunTest

public static boolean shouldRunTest (TestResult result, 
                 types)

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

パラメーター
result TestResult

types

戻り値
boolean