Package performanceTests
Class GraphicsDotTestBuffered
java.lang.Object
performanceTests.GraphicsDotTest
performanceTests.GraphicsDotTestBuffered
- All Implemented Interfaces:
PerformanceTest
-
Field Summary
Fields inherited from class performanceTests.GraphicsDotTest
dotSize, nDots, performanceWindow, resultString -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class performanceTests.GraphicsDotTest
cleanup, drawDots, getResultString
-
Constructor Details
-
GraphicsDotTestBuffered
public GraphicsDotTestBuffered()
-
-
Method Details
-
getName
- Specified by:
getNamein interfacePerformanceTest- Overrides:
getNamein classGraphicsDotTest- Returns:
- The name of the test
-
runTest
public boolean runTest()Description copied from interface:PerformanceTestRun the test- Specified by:
runTestin interfacePerformanceTest- Overrides:
runTestin classGraphicsDotTest- Returns:
- true if executed successfully
-