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 |