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