Class PamguardInfo

java.lang.Object
performanceTests.PamguardInfo
All Implemented Interfaces:
PerformanceTest

public class PamguardInfo extends Object implements PerformanceTest
  • Constructor Details

    • PamguardInfo

      public PamguardInfo()
  • Method Details

    • getName

      public String getName()
      Specified by:
      getName in interface PerformanceTest
      Returns:
      The name of the test
    • getResultString

      public String getResultString()
      Specified by:
      getResultString in interface PerformanceTest
      Returns:
      a text based results string to display.
    • cleanup

      public void cleanup()
      Description copied from interface: PerformanceTest
      Called when dialog closes to give the test an opportunity to free andy remaining resources (close graphics windows, etc.);
      Specified by:
      cleanup in interface PerformanceTest
    • runTest

      public boolean runTest()
      Description copied from interface: PerformanceTest
      Run the test
      Specified by:
      runTest in interface PerformanceTest
      Returns:
      true if executed successfully