ITestInformationReceiver

public interface ITestInformationReceiver

com.android.tradefed.testtype.ITestInformationReceiver


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

abstract TestInformation getTestInformation()
abstract void setTestInformation(TestInformation testInformation)

Public methods

getTestInformation

public abstract TestInformation getTestInformation ()

Returns
TestInformation

setTestInformation

public abstract void setTestInformation (TestInformation testInformation)

Parameters
testInformation TestInformation