Package org.apache.batik.test
Class PerformanceTestValidator.SimplePerformanceTest
- java.lang.Object
-
- org.apache.batik.test.AbstractTest
-
- org.apache.batik.test.PerformanceTest
-
- org.apache.batik.test.PerformanceTestValidator.SimplePerformanceTest
-
- All Implemented Interfaces:
Test
- Enclosing class:
- PerformanceTestValidator
static class PerformanceTestValidator.SimplePerformanceTest extends PerformanceTest
-
-
Field Summary
-
Fields inherited from class org.apache.batik.test.PerformanceTest
allowedScoreDeviation, lastScore, referenceScore
-
Fields inherited from class org.apache.batik.test.AbstractTest
id, name, parent
-
-
Constructor Summary
Constructors Constructor Description SimplePerformanceTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
runOp()
Runs the tested operation-
Methods inherited from class org.apache.batik.test.PerformanceTest
getAllowedScoreDeviation, getLastScore, getReferenceScore, run, runImpl, runImplBasic, runRef, setAllowedScoreDeviation, setReferenceScore, sort
-
Methods inherited from class org.apache.batik.test.AbstractTest
assertEquals, assertEquals, assertNull, assertTrue, error, getId, getName, getParent, getQualifiedId, reportError, reportException, reportSuccess, setId, setName, setParent
-
-
-
-
Method Detail
-
runOp
public void runOp()
Description copied from class:PerformanceTest
Runs the tested operation- Specified by:
runOp
in classPerformanceTest
-
-