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