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 |