|
||||||||||
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.AbsoluteBandChecker
public class AbsoluteBandChecker
Constructor Summary | |
---|---|
AbsoluteBandChecker(Dim dimension,
long lowerBand,
long 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 AbsoluteBandChecker(Dim dimension, long lowerBand, long upperBand)
Method Detail |
---|
public boolean test(StatisticsSession reference, StatisticsSession measured, java.lang.StringBuffer message)
AssertChecker
test
in class AssertChecker
reference
- 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 |