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

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)

الطرق العامة

الحصول على معلومات

public abstract TestInformation getTestInformation ()

المرتجعات
TestInformation

setTestInfo

public abstract void setTestInformation (TestInformation testInformation)

المعلمات
testInformation TestInformation