NoisyDryRunTest
public
class
NoisyDryRunTest
extends Object
implements
IRemoteTest
| java.lang.Object | |
| ↳ | com.android.tradefed.testtype.NoisyDryRunTest |
コマンド ファイルでノイズのあるドライランを実行します。
概要
パブリック コンストラクタ | |
|---|---|
NoisyDryRunTest()
|
|
パブリック メソッド | |
|---|---|
void
|
run(TestInformation testInfo, ITestInvocationListener listener)
テストを実行し、結果をリスナーに報告します。 |
void
|
testSandboxCommand(String[] args)
サンドボックス化されたコマンドの読み込みをテストします。 |
パブリック コンストラクタ
NoisyDryRunTest
public NoisyDryRunTest ()
パブリック メソッド
ホームラン
public void run (TestInformation testInfo, ITestInvocationListener listener)
テストを実行し、結果をリスナーに報告します。
| パラメータ | |
|---|---|
testInfo |
TestInformation: テストの実行に役立つ情報が含まれる TestInformation オブジェクト。 |
listener |
ITestInvocationListener: テスト結果の ITestInvocationListener |
| 例外 | |
|---|---|
DeviceNotAvailableException |
|
testSandboxCommand
public void testSandboxCommand (String[] args)
サンドボックス化されたコマンドの読み込みをテストします。
| パラメータ | |
|---|---|
args |
String |
| 例外 | |
|---|---|
ConfigurationException |
|