重試結果輔助程式

public final class RetryResultHelper
extends Object

java.lang.Object
   ↳ com.android.tradefed.testtype.suite.retry.重試 ResultHelper


輔助類別來判斷應執行或不應該執行哪個模組或測試。

摘要

公用建構函式

RetryResultHelper()

公用方法

static boolean shouldRunModule(TestRunResult moduleResults, types)

傳回是否要重新執行模組。

static boolean shouldRunTest(TestResult result, types)

傳回測試案例是否應執行。

公用建構函式

重試結果輔助程式

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