DeviceJUnit4ClassRunner.MetricAnnotation

public static class DeviceJUnit4ClassRunner.MetricAnnotation
extends Object implements Annotation

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


指標をレポーターに伝達するための偽のアノテーション。

概要

フィールド

public HashMap<String, MetricMeasurement.Metric> mMetrics

パブリック コンストラクタ

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

パブリック メソッド

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

フィールド

mMetrics

public HashMap<String, MetricMeasurement.Metric> mMetrics

パブリック コンストラクタ

MetricAnnotation

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

パラメータ
metrics HashMap

パブリック メソッド

annotationType

public Class<? extends Annotation> annotationType ()

戻り値
Class<? extends Annotation>

等しい

public boolean equals (Object other)

パラメータ
other Object

戻り値
boolean

hashCode

public int hashCode ()

戻り値
int