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 ( abis, testsDirs, String suitePrefix, String suiteTag) loadingStrategy ( abis, testsDirs, String suitePrefix, String suiteTag) loadingStrategy ( abis, testsDirs, String suitePrefix, String suiteTag)

デフォルトの読み込み戦略は、リソースと tests ディレクトリから読み込まれます。

保護されたメソッド

createModuleListeners ()

ModuleListenerレベルに適用可能なITestInvocationListenerのリストを返します。

パブリック コンストラクター

AtestRunner

public AtestRunner ()

公開メソッド

loadConfigFactory

public IConfigurationFactory loadConfigFactory ()

ConfigurationFactory インスタンスを返します。テスト目的でこのように構成されています。

戻り値
IConfigurationFactory

負荷テスト

public  loadTests ()

実行されるテスト構成をロードするための抽象メソッド。各テストは、 IConfigurationと、結果をレポートする一意の名前によって定義されます。

戻り値

loading頭脳系

public  loadingStrategy ( abis, 
                 testsDirs, 
                String suitePrefix, 
                String suiteTag)

デフォルトの読み込み戦略は、リソースと tests ディレクトリから読み込まれます。拡張または交換できます。

パラメーター
abis : 実行する abis のセット。

testsDirs : テスト ディレクトリ。

suitePrefix String : リソース ディレクトリをフィルター処理するためのプレフィックス。

suiteTag String : モジュールに含める必要があるスイート タグ。 null にすることができます。

戻り値
スイート用にロードされた構成のリスト。

保護されたメソッド

createModuleListeners

protected  createModuleListeners ()

ModuleListenerレベルに適用可能なITestInvocationListenerのリストを返します。これらのリスナーはモジュールごとに再利用され、再インスタンス化されないため、内部状態を想定しないでください。

戻り値