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 |