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

公共构造函数

MetricAnnotation

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