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 |