DeviceJUnit4ClassRunner.MetricAnnotation
public
static
class
DeviceJUnit4ClassRunner.MetricAnnotation
extends Object
java.lang.Object 中 | |
↳ | com.android.tradefed.testtype.DeviceJUnit4ClassRunner.MetricAnnotation |
旨在将指标传递给报告程序的虚假注解。
摘要
字段 | |
---|---|
public
|
mMetrics
|
公共构造函数 | |
---|---|
MetricAnnotation(
|
公共方法 | |
---|---|
Class<? extends Annotation>
|
annotationType()
|
boolean
|
equals(Object other)
|
int
|
hashCode()
|
字段
移动指标
publicmMetrics
公共构造函数
MetricAnnotation
public MetricAnnotation (metrics)
参数 | |
---|---|
metrics |
|
公共方法
注释类型
public Class<? extends Annotation> annotationType ()
返回 | |
---|---|
Class<? extends Annotation> |
equals
public boolean equals (Object other)
参数 | |
---|---|
other |
Object |
返回 | |
---|---|
boolean |
hashCode
public int hashCode ()
返回 | |
---|---|
int |