public
interface
ITestInformationReceiver
com.android.tradefed.testtype.ITestInformationReceiver
|
Known indirect subclasses
|
Interface to receive the TestInformation
for some classes. This interface is not needed
for IRemoteTest
since they can already use IRemoteTest#run(TestInformation,
com.android.tradefed.result.ITestInvocationListener)
.
Summary
Public methods
public abstract TestInformation getTestInformation ()
public abstract void setTestInformation (TestInformation testInformation)
Parameters |
testInformation |
TestInformation |