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

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 : テストを実行するために役立つ情報を含むTestInformationオブジェクト。

listener ITestInvocationListener : テスト結果のITestInvocationListener

投げる
DeviceNotAvailableException

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

public void testSandboxCommand (String[] args)

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

パラメーター
args String

投げる
ConfigurationException