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 |