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)

পাবলিক পদ্ধতি

পরীক্ষার তথ্য পান

public abstract TestInformation getTestInformation ()

রিটার্নস
TestInformation

সেট টেস্ট ইনফরমেশন

public abstract void setTestInformation (TestInformation testInformation)

পরামিতি
testInformation TestInformation