AfterClassWithInfo

public abstract @interface AfterClassWithInfo
implements Annotation

com.android.tradefed.testtype.junit4.AfterClassWithInfo


AfterClass মতো অনুরূপ গ্যারান্টি কিন্তু টীকাকৃত পদ্ধতির জন্য অবশ্যই একটি TestInformation প্যারামিটার প্রয়োজন। আফটার ক্লাস পদ্ধতির পরে চলে।

TestInformation#properties() ব্যবহার করা স্ট্যাটিক এবং নন-স্ট্যাটিক প্রসঙ্গের মধ্যে তথ্য পাস করতে সাহায্য করতে পারে।

উদাহরণ:

@AfterClassWithInfo পাবলিক স্ট্যাটিক শূন্য afterClassWithInfo(TestInformation testInfo) { assertNotNull(device); }

আরো দেখুন: