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)
|
パブリック メソッド
setTestInformation
public abstract void setTestInformation (TestInformation testInformation)
| パラメータ | |
|---|---|
testInformation |
TestInformation |