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()

Abstract method to load the tests configuration that will be run.

受保護的方法

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>