MetricOption
public
abstract
@interface
MetricOption
implements
Annotation
com.android.tradefed.device.metric.MetricOption |
Annotation for test methods annotated with @Test
, or if the annotation is part of the
annotation list of TestDescription
that allows to specify some extra parameters useful
for: Tuning the behavior of the collectors, filtering some methods.
Summary
Public methods | |
---|---|
String
|
group()
Defines a group name, all method annotated with the same name will be considered part of the same group. |
Public methods
group
public String group ()
Defines a group name, all method annotated with the same name will be considered part of the same group. By default or when the annotation is not specified method will be considered part of a default group. Can be comma separated to be part of several groups.
Returns | |
---|---|
String |