DeviceJUnit4ClassRunner.MetricAnnotation
public
static
class
DeviceJUnit4ClassRunner.MetricAnnotation
extends Object
java.lang.Object | |
↳ | com.android.tradefed.testtype.DeviceJUnit4ClassRunner.MetricAnnotation |
Fake annotation meant to carry metrics to the reporters.
Summary
Fields | |
---|---|
public
|
mMetrics
|
Public constructors | |
---|---|
MetricAnnotation(
|
Public methods | |
---|---|
Class<? extends Annotation>
|
annotationType()
|
boolean
|
equals(Object other)
|
int
|
hashCode()
|
Fields
mMetrics
publicmMetrics
Public constructors
MetricAnnotation
public MetricAnnotation (metrics)
Parameters | |
---|---|
metrics |
|
Public methods
annotationType
public Class<? extends Annotation> annotationType ()
Returns | |
---|---|
Class<? extends Annotation> |
equals
public boolean equals (Object other)
Parameters | |
---|---|
other |
Object |
Returns | |
---|---|
boolean |
hashCode
public int hashCode ()
Returns | |
---|---|
int |