RetryResultHelper

public final class RetryResultHelper
extends Object

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


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

概要

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

RetryResultHelper()

パブリック メソッド

static boolean shouldRunModule(TestRunResult moduleResults, types)

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

static boolean 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