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

Quick Search    Search Deep

measurements.suites
Class CalibrationMeasurement  view CalibrationMeasurement download CalibrationMeasurement.java

java.lang.Object
  extended byPerformanceTest
      extended bymeasurements.suites.CalibrationMeasurement

public class CalibrationMeasurement
extends PerformanceTest

JUnit testcase for testing how fast is the framework itself if we let'it run without measuring anything (void calls in the RUNS loop).

Version:
$Revision: 1.1.1.1 $

Constructor Summary
CalibrationMeasurement(java.lang.String name)
          Construct test with given name.
 
Method Summary
protected  void setUp()
          Set up fixture.
static junit.framework.Test suite()
          Test suite.
protected  void tearDown()
           
 void testLocalCalls()
           
 void testVoid()
           
 void theMethodToCall()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CalibrationMeasurement

public CalibrationMeasurement(java.lang.String name)
Construct test with given name.

Method Detail

theMethodToCall

public void theMethodToCall()

setUp

protected void setUp()
Set up fixture.


tearDown

protected void tearDown()

testVoid

public void testVoid()

testLocalCalls

public void testLocalCalls()

suite

public static junit.framework.Test suite()
Test suite.