DeviceJUnit4ClassRunner.MetricAnnotation

public static class DeviceJUnit4ClassRunner.MetricAnnotation
extends Object implements Annotation

java.lang.Object
   ↳ com.android.tradefed.testtype.DeviceJUnit4ClassRunner.MetricAnnotation


Metrikleri muhabirlere iletmek için kullanılan sahte açıklama.

Özet

Alanlar

public HashMap<String, MetricMeasurement.Metric> mMetrics

Herkese açık oluşturucular

MetricAnnotation(HashMap<String, MetricMeasurement.Metric> metrics)

Herkese açık yöntemler

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

Alanlar

mMetrics

public HashMap<String, MetricMeasurement.Metric> mMetrics

Herkese açık oluşturucular

MetricAnnotation

public MetricAnnotation (HashMap<String, MetricMeasurement.Metric> metrics)

Parametreler
metrics HashMap

Herkese açık yöntemler

annotationType

public Class<? extends Annotation> annotationType ()

İadeler
Class<? extends Annotation>

şuna eşittir:

public boolean equals (Object other)

Parametreler
other Object

İadeler
boolean

hashCode

public int hashCode ()

İadeler
int