ITestInformationReceiver

public interface ITestInformationReceiver

com.android.tradefed.testtype.ITestInformationReceiver


一部のクラスのTestInformationを受け取るためのインターフェイス。 IRemoteTest#run(TestInformation, com.android.tradefed.result.ITestInvocationListener)すでに使用できるため、このインターフェースはIRemoteTestには必要ありません。

まとめ

公開メソッド

abstract TestInformation getTestInformation ()
abstract void setTestInformation ( TestInformation testInformation)

公開メソッド

getTestInformation

public abstract TestInformation getTestInformation ()

戻り値
TestInformation

setTestInformation

public abstract void setTestInformation (TestInformation testInformation)

パラメーター
testInformation TestInformation