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 | |||
Implementation of ITestSuite
สรุป
เครื่องมือสร้างสาธารณะ | |
|---|---|
AtestExecutionPlanSuiteRunner()
|
|
เมธอดสาธารณะ | |
|---|---|
LinkedHashMap<String, IConfiguration>
|
loadTests()
Abstract method to load the tests configuration that will be run. |
เมธอดที่ได้รับการปกป้อง | |
|---|---|
List<ITestInvocationListener>
|
createModuleListeners()
Returns the list of |
เครื่องมือสร้างสาธารณะ
AtestExecutionPlanSuiteRunner
public AtestExecutionPlanSuiteRunner ()
เมธอดสาธารณะ
loadTests
public LinkedHashMap<String, IConfiguration> loadTests ()
Abstract method to load the tests configuration that will be run. Each tests is defined by a
IConfiguration and a unique name under which it will report results.
| Returns | |
|---|---|
LinkedHashMap<String, IConfiguration> |
|
เมธอดที่ได้รับการปกป้อง
createModuleListeners
protected List<ITestInvocationListener> createModuleListeners ()
Returns the list of ITestInvocationListener applicable to the ModuleListener
level. These listeners will be re-used for each module, they will not be re-instantiated so
they should not assume an internal state.
| Returns | |
|---|---|
List<ITestInvocationListener> |
|