Constructor and Description |
---|
CharacterCountMetric(char ch) |
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 |
toString() |
String |
unit()
The unit the metric is recorded in (for reporting purposes).
|
public double run(Product product, Target target) throws Exception
Metric
public double run(Product product, Object object) throws Exception
Metric
public String unit()
Metric
public boolean biggerIsBetter()
Metric
biggerIsBetter
in interface Metric
Copyright © 2004–2014 XStream. All rights reserved.