‫DeviceJUnit4ClassRunner.LogAnnotation

public static class DeviceJUnit4ClassRunner.LogAnnotation
extends Object implements Annotation

java.lang.Object
com.android.tradefed.testtype.DeviceJUnit4ClassRunner.LogAnnotation


هذه ملاحظة توضيحية وهمية تهدف إلى نقل السجلات إلى أدوات إعداد التقارير.

ملخّص

الحقول

public LinkedBlockingQueue<MetricTestCase.LogHolder> mLogs

طُرق وضع التصميم العامة

LogAnnotation(LinkedBlockingQueue<MetricTestCase.LogHolder> logs)

الإجراءات العامة

Class<? extends Annotation> annotationType()
boolean equals(Object other)
int hashCode()

الحقول

mLogs

public LinkedBlockingQueue<MetricTestCase.LogHolder> mLogs

طُرق وضع التصميم العامة

LogAnnotation

public LogAnnotation (LinkedBlockingQueue<MetricTestCase.LogHolder> logs)

المعلَمات
logs LinkedBlockingQueue

الإجراءات العامة

annotationType

public Class<? extends Annotation> annotationType ()

المرتجعات
Class<? extends Annotation>

يساوي

public boolean equals (Object other)

المعلَمات
other Object

المرتجعات
boolean

hashCode

public int hashCode ()

المرتجعات
int