|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.test.internal.performance.eval.AssertChecker
org.eclipse.test.internal.performance.eval.RelativeBandChecker
public class RelativeBandChecker
| Constructor Summary | |
|---|---|
RelativeBandChecker(Dim dimension,
double lowerBand,
double upperBand)
|
|
| Method Summary | |
|---|---|
boolean |
test(StatisticsSession reference,
StatisticsSession measured,
java.lang.StringBuffer message)
Evaluates the predicate. |
| Methods inherited from class org.eclipse.test.internal.performance.eval.AssertChecker |
|---|
getDimensions |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RelativeBandChecker(Dim dimension,
double lowerBand,
double upperBand)
| Method Detail |
|---|
public boolean test(StatisticsSession reference,
StatisticsSession measured,
java.lang.StringBuffer message)
AssertChecker
test in class AssertCheckerreference - statistics of dimensions of the reference metering sessionmeasured - statistics of dimensions of the metering session to be testedmessage - a message presented to the user upon failure
true if the predicate passes, false if it fails
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||