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)

パブリックメソッド

テスト情報の取得

public abstract TestInformation getTestInformation ()

戻り値
TestInformation

setTestInformation

public abstract void setTestInformation (TestInformation testInformation)

パラメーター
testInformation TestInformation