RetryResultHelper 类的构造函数
public
final
class
RetryResultHelper
extends Object
java.lang.Object 中 | |
↳ | com.android.tradefed.testtype.suite.retry.RetryResultHelper |
辅助类,用于确定不应运行哪个模块或测试。
摘要
公共构造函数 | |
---|---|
RetryResultHelper()
|
公共方法 | |
---|---|
static
boolean
|
shouldRunModule(TestRunResult moduleResults,
返回是否应重新运行某个模块。 |
static
boolean
|
shouldRunTest(TestResult result,
返回是否应运行测试用例。 |
公共构造函数
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 |