ITestInformationReceiver

public interface ITestInformationReceiver

com.android.tradefed.testtype.ITestInformationReceiver


介面,用於接收某些類別的 TestInformationIRemoteTest 不需要這個介面,因為他們已經可以使用 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