ITestInformationReceiver

public interface ITestInformationReceiver

com.android.tradefed.testtype.ITestInformationReceiver


Interfaccia per ricevere TestInformation per alcune classi. Questa interfaccia non è necessaria per IRemoteTest, in quanto può già utilizzare IRemoteTest.run(TestInformation,com.android.tradefed.result.ITestInvocationListener).

Riepilogo

Metodi pubblici

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

Metodi pubblici

getTestInformation

public abstract TestInformation getTestInformation ()

Resi
TestInformation

setTestInformation

public abstract void setTestInformation (TestInformation testInformation)

Parametri
testInformation TestInformation