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