DeviceJUnit4ClassRunner.MetricAnnotation
public static class DeviceJUnit4ClassRunner.MetricAnnotation
extends Object
java.lang.Object | |
↳ | com.android.tradefed.testtype.DeviceJUnit4ClassRunner.MetricAnnotation |
虚假注释意味着向记者提供指标。
概括
领域 | |
---|---|
public | mMetrics
|
公共构造函数 | |
---|---|
MetricAnnotation ( metrics) MetricAnnotation ( metrics) |
公共方法 | |
---|---|
Class<? extends Annotation> | annotationType () |
boolean | equals (Object other) |
int | hashCode () |
字段
指标
publicmMetrics
公共构造函数
度量注解
public MetricAnnotation (metrics)
参数 | |
---|---|
metrics |
公共方法
注解类型
public Class<? extends Annotation> annotationType ()
退货 | |
---|---|
Class<? extends Annotation> |
等于
public boolean equals (Object other)
参数 | |
---|---|
other | Object |
退货 | |
---|---|
boolean |
哈希码
public int hashCode ()
退货 | |
---|---|
int |