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