Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.batik.test
Class OnePerformanceTest  view OnePerformanceTest download OnePerformanceTest.java

java.lang.Object
  extended byorg.apache.batik.test.AbstractTest
      extended byorg.apache.batik.test.PerformanceTest
          extended byorg.apache.batik.test.OnePerformanceTest
All Implemented Interfaces:
Test

public class OnePerformanceTest
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
OnePerformanceTest()
           
 
Method Summary
 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OnePerformanceTest

public OnePerformanceTest()
Method Detail

runOp

public void runOp()
Description copied from class: PerformanceTest
Runs the tested operation

Specified by:
runOp in class PerformanceTest