Package performanceTests
Class PamguardInfo
java.lang.Object
performanceTests.PamguardInfo
- All Implemented Interfaces:
 PerformanceTest
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
PamguardInfo
public PamguardInfo() 
 - 
 - 
Method Details
- 
getName
- Specified by:
 getNamein interfacePerformanceTest- Returns:
 - The name of the test
 
 - 
getResultString
- Specified by:
 getResultStringin interfacePerformanceTest- Returns:
 - a text based results string to display.
 
 - 
cleanup
public void cleanup()Description copied from interface:PerformanceTestCalled when dialog closes to give the test an opportunity to free andy remaining resources (close graphics windows, etc.);- Specified by:
 cleanupin interfacePerformanceTest
 - 
runTest
public boolean runTest()Description copied from interface:PerformanceTestRun the test- Specified by:
 runTestin interfacePerformanceTest- Returns:
 - true if executed successfully
 
 
 -