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()

필드

모바일 측정항목

public  mMetrics

공개 생성자

측정항목 주석

public MetricAnnotation ( metrics)

매개변수
metrics

공개 메서드

주석 유형

public Class<? extends Annotation> annotationType ()

반환 값
Class<? extends Annotation>

같음

public boolean equals (Object other)

매개변수
other Object

반환 값
boolean

hashCode

public int hashCode ()

반환 값
int