使用集合让一切井井有条 根据您的偏好保存内容并对其进行分类。

ITest信息接收器

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 TestInformation getTestInformation ()

退货
TestInformation

设置测试信息

public abstract void setTestInformation (TestInformation testInformation)

参数
testInformation TestInformation