جهاز استقبال المعلومات

public interface ITestInformationReceiver

com.android.tradefed.testtype.ITestInfoReceiver


واجهة لتلقّي TestInformation لبعض الفئات لا حاجة إلى هذه الواجهة لتطبيق IRemoteTest لأنّه يمكنه استخدام IRemoteTest#run(TestInformation, com.android.tradefed.result.ITestInvocationListener).

ملخّص

الطرق العامة

abstract TestInformation getTestInformation()
abstract void setTestInformation(TestInformation testInformation)

الطرق العامة

getTestInformation

public abstract TestInformation getTestInformation ()

المرتجعات
TestInformation

setTestInfo

public abstract void setTestInformation (TestInformation testInformation)

المعلمات
testInformation TestInformation