| measurements.suites.CalibrationMeasurement
CalibrationMeasurement | public class CalibrationMeasurement extends PerformanceTest (Code) | | 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 $ author: Andrei Popovici |
CalibrationMeasurement | public CalibrationMeasurement(String name)(Code) | | Construct test with given name.
Parameters: name - test name |
setUp | protected void setUp()(Code) | | Set up fixture.
|
suite | public static Test suite()(Code) | | Test suite.
test instance |
tearDown | protected void tearDown()(Code) | | |
testLocalCalls | public void testLocalCalls()(Code) | | |
testVoid | public void testVoid()(Code) | | |
theMethodToCall | public void theMethodToCall()(Code) | | |
|
|