DynamicFileStubTest
public
class
DynamicFileStubTest
extends Object
implements
IRemoteTest
java.lang.Object | |
↳ | com.android.tradefed.testtype.DynamicFileStubTest |
This is a tradefed test to test tradefed can resolve dynamic file correctly.
Summary
Public constructors | |
---|---|
DynamicFileStubTest()
|
Public methods | |
---|---|
void
|
run(TestInformation testInfo, ITestInvocationListener listener)
Runs the tests, and reports result to the listener. |
Public constructors
DynamicFileStubTest
public DynamicFileStubTest ()
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 |