ノイズの多いドライランテスト

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)

サンドボックス化されたコマンドの読み込みをテストします。

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

ノイズの多いドライランテスト

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