Package org.apache.batik.test
Class PerformanceTestValidator
- java.lang.Object
-
- org.apache.batik.test.AbstractTest
-
- org.apache.batik.test.PerformanceTestValidator
-
- All Implemented Interfaces:
Test
public class PerformanceTestValidator extends AbstractTest
Validates the operation of thePerformanceTestclass.- Version:
- $Id: PerformanceTestValidator.java 1733416 2016-03-03 07:07:13Z gadams $
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static classPerformanceTestValidator.SimplePerformanceTest
-
Field Summary
-
Fields inherited from class org.apache.batik.test.AbstractTest
id, name, parent
-
-
Constructor Summary
Constructors Constructor Description PerformanceTestValidator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TestReportrunImpl()Subclasses should implement this method with the content of the test case.-
Methods inherited from class org.apache.batik.test.AbstractTest
assertEquals, assertEquals, assertNull, assertTrue, error, getId, getName, getParent, getQualifiedId, reportError, reportException, reportSuccess, run, runImplBasic, setId, setName, setParent
-
-
-
-
Method Detail
-
runImpl
public TestReport runImpl() throws java.lang.Exception
Description copied from class:AbstractTestSubclasses should implement this method with the content of the test case. Typically, implementations will choose to catch and process all exceptions and error conditions they are looking for in the code they exercise but will let exceptions due to their own processing propagate.- Overrides:
runImplin classAbstractTest- Throws:
java.lang.Exception
-
-