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