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