ExecutionPlanSuiteRunner
public
class
ExecutionPlanSuiteRunner
extends BaseTestSuite
| java.lang.Object | |||
| ↳ | com.android.tradefed.testtype.suite.ITestSuite | ||
| ↳ | com.android.tradefed.testtype.suite.BaseTestSuite | ||
| ↳ | com.android.tradefed.testtype.suite.ExecutionPlanSuiteRunner | ||
實作 BaseTestSuite,根據建構版本中指定的執行計畫執行測試。
摘要
公用建構函式 | |
|---|---|
ExecutionPlanSuiteRunner()
|
|
公用方法 | |
|---|---|
LinkedHashMap<String, IConfiguration>
|
loadTests()
Abstract method to load the tests configuration that will be run. |
公用建構函式
ExecutionPlanSuiteRunner
public ExecutionPlanSuiteRunner ()
公用方法
loadTests
public LinkedHashMap<String, IConfiguration> loadTests ()
載入要執行的測試設定的抽象方法。每項測試都由 IConfiguration 和不重複的名稱定義,並會根據該名稱回報結果。
| 傳回 | |
|---|---|
LinkedHashMap<String, IConfiguration> |
|