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 void setTestInformation (TestInformation testInformation)
參數 | |
---|---|
testInformation | TestInformation |