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 |
loadStrategy
publicloadingStrategy ( abis, testsDirs, String suitePrefix, String suiteTag)
デフォルトの読み込み方法では、リソースとテスト ディレクトリから読み込まれます。可能 できます。
パラメータ | |
---|---|
abis |
: 実行対象の abis のセット。 |
testsDirs |
: テスト ディレクトリ。 |
suitePrefix |
String : リソース ディレクトリをフィルタする接頭辞。 |
suiteTag |
String : モジュールを含める必要があるスイートタグ。null の場合もあります。 |
戻り値 | |
---|---|
|
読み込まれた構成のリスト。 |
保護されたメソッド
createModuleListeners
protectedcreateModuleListeners ()
ModuleListener
に適用される ITestInvocationListener
のリストを返します。
できます。これらのリスナーはモジュールごとに再利用されます。再インスタンス化はされません。
内部状態を想定すべきではありません。
戻り値 | |
---|---|
|