ITestInformationReceiver

public interface ITestInformationReceiver

com.android.tradefed.testtype.ITestInformationReceiver


Интерфейс получить TestInformation для некоторых классов. Этот интерфейс не требуется для IRemoteTest , так как они уже могут использовать IRemoteTest#run(TestInformation, com.android.tradefed.result.ITestInvocationListener) .

Резюме

Публичные методы

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

Публичные методы

getTestInformation

public abstract TestInformation getTestInformation ()

Возврат
TestInformation

setTestInformation

public abstract void setTestInformation (TestInformation testInformation)

Параметры
testInformation TestInformation