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)
|
שיטות ציבוריות
setTestInformation
public abstract void setTestInformation (TestInformation testInformation)
| פרמטרים | |
|---|---|
testInformation |
TestInformation |