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

testSandboxコマンド

public void testSandboxCommand (String[] args)

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

パラメーター
args String

スロー
ConfigurationException