ITestInformationReceiver

public interface ITestInformationReceiver

com.android.tradefed.testtype.ITestInformationReceiver


Interfaccia per ricevere TestInformation per alcune classi. Questa interfaccia non è necessaria per IRemoteTest poiché possono 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 ()

ritorna
TestInformation

setTestInformation

public abstract void setTestInformation (TestInformation testInformation)

Parametri
testInformation TestInformation