ผู้ทดสอบ 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 |