|
|||||||||
| Home >> All >> measurements >> [ suites overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
measurements.suites
Class CalibrationMeasurement

java.lang.ObjectPerformanceTest
measurements.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.
|
|||||||||
| Home >> All >> measurements >> [ suites overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
PerformanceTest