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)
|
公共方法
setTestInformation
public abstract void setTestInformation (TestInformation testInformation)
参数 | |
---|---|
testInformation |
TestInformation |