GranularRetriableTestWrapper

public class GranularRetriableTestWrapper
extends Object implements IRemoteTest, ITestCollector

java.lang.Object 中
   ↳ com.android.tradefed.testtype.suite.GranularRetriableTestWrapper


封装容器类作用于 IRemoteTest,用于在测试用例级别对 IRemoteTest 进行粒化。 IRemoteTest 可以包含多个测试用例。以前,这些测试用例被视为 empty:当 IRemoteTest 运行时,所有测试用例都会运行。一些 IRemoteTest(实现 ITestFilterReceiver)可以接受测试用例许可名单,并仅运行这些测试用例。这个 类利用现有功能,并提供更灵活的方式运行测试套件。

  • 可以多次重试单个测试用例(在同一 IRemoteTest 运行内),以减少 非测试错误失败率
  • 重试的测试用例是从之前的运行失败中动态收集的。

注意:

  • 运行一部分测试用例的前提条件是测试类型应实现 ITestFilterReceiver 接口。
  • X 是自定义的最大重试次数。

摘要

嵌套类

class GranularRetriableTestWrapper.StartEndCollector

用于捕获缺失的运行开始和结束的类辅助程序。 

公共构造函数

GranularRetriableTestWrapper(IRemoteTest test, ITestInvocationListener mainListener, moduleLevelListeners, int maxRunLimit)
GranularRetriableTestWrapper(IRemoteTest test, ModuleDefinition module, ITestInvocationListener mainListener, moduleLevelListeners, int maxRunLimit)

公共方法

final int getExpectedTestsCount()

计算 IRemoteTest 中的测试用例数量。

final getFinalTestRunResults()

从每次 IRemoteTest 运行中获取合并的 TestRunResults。

final getPassedTests()
ModuleListener getResultListener()

返回包含所有结果的监听器。

int getRetryCount()
void run(TestInformation testInfo, ITestInvocationListener listener)

安排一系列IRemoteTest#run(TestInformation, ITestInvocationListener)

void setCollectTestsOnly(boolean shouldCollectTest)

启用或停用测试收集模式

void setInvocationContext(IInvocationContext moduleInvocationContext)

IInvocationContext 设置为 GranularRetriableTestWrapper 属性。

void setLogSaver(ILogSaver logSaver)

将模块的 ILogSaver 设置为 GranularRetriableTestWrapper 属性。

void setMarkTestsSkipped(boolean skipTestCases)

ModuleDefinition RunStrategy 设置为 GranularRetriableTestWrapper 属性。

void setMetricCollectors( runMetricCollectors)

ModuleDefinition 的 runMetricCollector 设置为 GranularRetriableTestWrapper 属性。

void setModuleConfig(IConfiguration moduleConfiguration)

ModuleDefinition 的 ModuleConfig 设置为 GranularRetriableTestWrapper 属性。

void setModuleId(String moduleId)

ModuleDefinition 名称设置为 GranularRetriableTestWrapper 属性。

void setRetryDecision(IRetryDecision decision)

设置要使用的 IRetryDecision

公共构造函数

GranularRetriableTestWrapper

public GranularRetriableTestWrapper (IRemoteTest test, 
                ITestInvocationListener mainListener, 
                 moduleLevelListeners, 
                int maxRunLimit)

参数
test IRemoteTest

mainListener ITestInvocationListener

moduleLevelListeners

maxRunLimit int

GranularRetriableTestWrapper

public GranularRetriableTestWrapper (IRemoteTest test, 
                ModuleDefinition module, 
                ITestInvocationListener mainListener, 
                 moduleLevelListeners, 
                int maxRunLimit)

参数
test IRemoteTest

module ModuleDefinition

mainListener ITestInvocationListener

moduleLevelListeners

maxRunLimit int

公共方法

getexpectedTestsCount

public final int getExpectedTestsCount ()

计算 IRemoteTest 中的测试用例数量。该值与 被重新安排多次的测试用例。

返回
int

getFinalTestRunResults

public final  getFinalTestRunResults ()

从每次 IRemoteTest 运行中获取合并的 TestRunResults。

返回

getPassedTest

public final  getPassedTests ()

返回

getResultListener 类

public ModuleListener getResultListener ()

返回包含所有结果的监听器。

返回
ModuleListener

可重试次数

public int getRetryCount ()

返回
int

得分

public void run (TestInformation testInfo, 
                ITestInvocationListener listener)

安排一系列IRemoteTest#run(TestInformation, ITestInvocationListener)

参数
testInfo TestInformation:包含要运行的有用信息的 TestInformation 对象 测试。

listener ITestInvocationListener:ResultForwarder 监听器,其中包含每个请求的新 moduleListener 运行。

抛出
DeviceNotAvailableException

setCollectTestsOnly

public void setCollectTestsOnly (boolean shouldCollectTest)

启用或停用测试收集模式

setInvocationContext

public void setInvocationContext (IInvocationContext moduleInvocationContext)

IInvocationContext 设置为 GranularRetriableTestWrapper 属性。

参数
moduleInvocationContext IInvocationContext:封装容器使用 InvocationContext 来初始化 MetricCollector (如有必要)。

setLogSaver(设置日志保存器)

public void setLogSaver (ILogSaver logSaver)

将模块的 ILogSaver 设置为 GranularRetriableTestWrapper 属性。

参数
logSaver ILogSaver:每次测试运行的监听器都应保存日志。

setMarkTestsSkipped

public void setMarkTestsSkipped (boolean skipTestCases)

ModuleDefinition RunStrategy 设置为 GranularRetriableTestWrapper 属性。

参数
skipTestCases boolean:是否应跳过测试用例。

setMetricCollector

public void setMetricCollectors ( runMetricCollectors)

ModuleDefinition 的 runMetricCollector 设置为 GranularRetriableTestWrapper 属性。

参数
runMetricCollectors :模块的 MetricCollector 列表。

setModuleConfig

public void setModuleConfig (IConfiguration moduleConfiguration)

ModuleDefinition 的 ModuleConfig 设置为 GranularRetriableTestWrapper 属性。

参数
moduleConfiguration IConfiguration:提供模块指标。

setModuleId

public void setModuleId (String moduleId)

ModuleDefinition 名称设置为 GranularRetriableTestWrapper 属性。

参数
moduleId String:moduleDefinition 的名称。

setRetryDecision

public void setRetryDecision (IRetryDecision decision)

设置要使用的 IRetryDecision

参数
decision IRetryDecision