ITestInformationReceiver

public interface ITestInformationReceiver

com.android.tradefed.testtype.ITestInformationReceiver


Interface para receber as TestInformation de algumas classes. Essa interface não é necessária para IRemoteTest já que elas já podem usar IRemoteTest.run(TestInformation,com.android.tradefed.result.ITestInvocationListener).

Resumo

Métodos públicos

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

Métodos públicos

getTestInformation

public abstract TestInformation getTestInformation ()

Retorna
TestInformation

setTestInformation

public abstract void setTestInformation (TestInformation testInformation)

Parâmetros
testInformation TestInformation