public interface Metric
Harness
Modifier and Type | Method and Description |
---|---|
boolean |
biggerIsBetter()
Whether a big result is better for this metric.
|
double |
run(Product product,
Object object)
Deprecated.
since 1.3
|
double |
run(Product product,
Target target)
Run the test and produce a metric.
|
String |
unit()
The unit the metric is recorded in (for reporting purposes).
|
double run(Product product, Object object) throws Exception
String unit()
boolean biggerIsBetter()
Copyright © 2004–2014 XStream. All rights reserved.