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