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