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