ITestInformationReceiver
public
interface
ITestInformationReceiver
com.android.tradefed.testtype.ITestInformationReceiver |
Giao diện để nhận TestInformation
cho một số lớp. Giao diện này không cần thiết cho IRemoteTest
vì chúng đã có thể sử dụng IRemoteTest.run(TestInformation,
com.android.tradefed.result.ITestInvocationListener)
.
Tóm tắt
Phương thức công khai | |
---|---|
abstract
TestInformation
|
getTestInformation()
|
abstract
void
|
setTestInformation(TestInformation testInformation)
|
Phương thức công khai
getTestInformation
public abstract TestInformation getTestInformation ()
Giá trị trả về | |
---|---|
TestInformation |
setTestInformation
public abstract void setTestInformation (TestInformation testInformation)
Tham số | |
---|---|
testInformation |
TestInformation |