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