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