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)

วิธีการสาธารณะ

รับข้อมูลการทดสอบ

public abstract TestInformation getTestInformation ()

การส่งคืน
TestInformation

ตั้งค่าข้อมูลการทดสอบ

public abstract void setTestInformation (TestInformation testInformation)

พารามิเตอร์
testInformation TestInformation