DeviceJUnit4ClassRunner.MetricAnnotation

public static class DeviceJUnit4ClassRunner.MetricAnnotation
extends Object implements Annotation

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


Fałszywa adnotacja, która ma przekazywać dane do reporterów.

Podsumowanie

Pola

public HashMap<String, MetricMeasurement.Metric> mMetrics

Konstruktory publiczne

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

Metody publiczne

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

Pola

mMetrics

public HashMap<String, MetricMeasurement.Metric> mMetrics

Konstruktory publiczne

MetricAnnotation

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

Parametry
metrics HashMap

Metody publiczne

annotationType

public Class<? extends Annotation> annotationType ()

Zwraca
Class<? extends Annotation>

equals

public boolean equals (Object other)

Parametry
other Object

Zwraca
boolean

hashCode

public int hashCode ()

Zwraca
int