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)
Runs the tests, and reports result to the 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)
Runs the tests, and reports result to the listener.
Parameters | |
---|---|
testInfo |
TestInformation : The TestInformation object containing useful information to run
tests. |
listener |
ITestInvocationListener : the ITestInvocationListener of test results |
Throws | |
---|---|
DeviceNotAvailableException |
testSandboxCommand
public void testSandboxCommand (String[] args)
Test loading a sandboxed command.
Parameters | |
---|---|
args |
String |
Throws | |
---|---|
ConfigurationException |