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)

Общедоступные методы

получить информацию о тестировании

public abstract TestInformation getTestInformation ()

Возвраты
TestInformation

setTestInformation

public abstract void setTestInformation (TestInformation testInformation)

Параметры
testInformation TestInformation