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 the PerformanceTest class.
Version:
$Id: PerformanceTestValidator.java 1733416 2016-03-03 07:07:13Z gadams $
  • Constructor Details

    • PerformanceTestValidator

      public PerformanceTestValidator()
  • Method Details

    • runImpl

      public TestReport runImpl() throws Exception
      Description copied from class: AbstractTest
      Subclasses 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:
      runImpl in class AbstractTest
      Throws:
      Exception