DeviceJUnit4ClassRunner.MetricAnnotation

public static class DeviceJUnit4ClassRunner.MetricAnnotation
extends Object

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


レポーターに指標を伝えることを目的とした架空のアノテーション。

概要

フィールド

public mMetrics

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

MetricAnnotation( metrics)

パブリック メソッド

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

フィールド

mMetrics

public  mMetrics

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

指標アノテーション

public MetricAnnotation ( metrics)

パラメータ
metrics

パブリック メソッド

annotationType

public Class<? extends Annotation> annotationType ()

戻り値
Class<? extends Annotation>

equals

public boolean equals (Object other)

パラメータ
other Object

戻り値
boolean

hashCode

public int hashCode ()

戻り値
int