Package performanceTests
Class GraphicsDotTest2
java.lang.Object
performanceTests.GraphicsDotTest
performanceTests.GraphicsDotTest2
- 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
- 
GraphicsDotTest2
public GraphicsDotTest2() 
 - 
 - 
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
 
 
 -