NoisyDryRunTest

public class NoisyDryRunTest
extends Object implements IRemoteTest

java.lang.Object
   ↳ com.android.tradefed.testtype.NoisyDryRunTest


Run noisy dry run on a command file.

Summary

Public constructors

NoisyDryRunTest()

Public methods

void run(TestInformation testInfo, ITestInvocationListener listener)
void testSandboxCommand(String[] args)

Test loading a sandboxed command.

Public constructors

NoisyDryRunTest

public NoisyDryRunTest ()

Public methods

run

public void run (TestInformation testInfo, 
                ITestInvocationListener listener)

Parameters
testInfo TestInformation

listener ITestInvocationListener

Throws
DeviceNotAvailableException

testSandboxCommand

public void testSandboxCommand (String[] args)

Test loading a sandboxed command.

Parameters
args String

Throws
ConfigurationException