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

public class NoisyDryRunTest
extends Object implements IRemoteTest

java.lang.オブジェクト
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

listener ITestInvocationListener

投げる
DeviceNotAvailableException

testサンドボックスコマンド

public void testSandboxCommand (String[] args)

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

パラメーター
args String

投げる
ConfigurationException