ITestInformationReceiver

public interface ITestInformationReceiver

com.android.tradefed.testtype.ITestInformationReceiver


用于接收某些类的 TestInformation 的接口。不需要此接口 ,因为它们已可以使用 IRemoteTestIRemoteTest.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