AtestRunner
public
class
AtestRunner
extends BaseTestSuite
java.lang.Object | |||
↳ | com.android.tradefed.testtype.suite.ITestSuite | ||
↳ | com.android.tradefed.testtype.suite.BaseTestSuite | ||
↳ | com.android.tradefed.testtype.suite.AtestRunner |
實作 ITestSuite
摘要
公用建構函式 | |
---|---|
AtestRunner()
|
公用方法 | |
---|---|
IConfigurationFactory
|
loadConfigFactory()
傳回 ConfigurationFactory 執行個體。 |
|
loadTests()
用於載入即將執行測試設定的抽象方法。 |
|
loadingStrategy(
預設載入策略會從資源和測試目錄載入。 |
保護方法 | |
---|---|
|
createModuleListeners()
傳回 |
公用建構函式
AtestRunner
public AtestRunner ()
公用方法
loadConfigFactory
public IConfigurationFactory loadConfigFactory ()
傳回 ConfigurationFactory 執行個體。這種整理方式是為了測試目的。
傳回 | |
---|---|
IConfigurationFactory |
正在載入策略
publicloadingStrategy ( abis, testsDirs, String suitePrefix, String suiteTag)
預設載入策略會從資源和測試目錄載入。可以是 已延長或更換時間。
參數 | |
---|---|
abis |
:要做為執行位置的 Abi 組合。 |
testsDirs |
:測試目錄。 |
suitePrefix |
String :篩選資源目錄的前置字串。 |
suiteTag |
String :必須納入模組的套件標記。可以是空值。 |
傳回 | |
---|---|
|
套件的載入設定清單。 |
保護方法
createModuleListeners
protectedcreateModuleListeners ()
傳回 ModuleListener
適用的 ITestInvocationListener
清單
第二,自訂角色只能
套用至專案或機構每個模組都會重複使用這些事件監聽器,系統不會為這些事件監聽器重新執行個體化
不應假設為內部狀態
傳回 | |
---|---|
|