AtestExecutionPlanSuiteRunner

public class AtestExecutionPlanSuiteRunner
extends ExecutionPlanSuiteRunner

java.lang.Object
   ↳ com.android.tradefed.testtype.suite.ITestSuite
     ↳ com.android.tradefed.testtype.suite.BaseTestSuite
       ↳ com.android.tradefed.testtype.suite.ExecutionPlanSuiteRunner
         ↳ com.android.tradefed.testtype.suite.AtestExecutionPlanSuiteRunner


ITestSuite 的实现

摘要

公共构造函数

AtestExecutionPlanSuiteRunner()

公共方法

LinkedHashMap<String, IConfiguration> loadTests()

用于加载将要运行的测试配置的抽象方法。

受保护的方法

List<ITestInvocationListener> createModuleListeners()

返回适用于 ModuleListener 级别的 ITestInvocationListener 列表。

公共构造函数

AtestExecutionPlanSuiteRunner

public AtestExecutionPlanSuiteRunner ()

公共方法

loadTests

public LinkedHashMap<String, IConfiguration> loadTests ()

用于加载将要运行的测试配置的抽象方法。每个测试都由一个 IConfiguration 和一个唯一名称定义,测试结果将通过该名称进行报告。

返回
LinkedHashMap<String, IConfiguration>

受保护的方法

createModuleListeners

protected List<ITestInvocationListener> createModuleListeners ()

返回适用于 ModuleListener 级别的 ITestInvocationListener 列表。这些监听器将针对每个模块重复使用,不会重新实例化,因此不应假设存在内部状态。

返回
List<ITestInvocationListener>