Class AlgorithmsTest

java.lang.Object
ffx.utilities.FFXTest
ffx.algorithms.misc.AlgorithmsTest

public class AlgorithmsTest extends FFXTest
Base class for Algorithm tests.
Author:
Michael J. Schnieders
  • Field Details

    • algorithmsScript

      public AlgorithmsScript algorithmsScript
    • binding

      public groovy.lang.Binding binding
  • Constructor Details

    • AlgorithmsTest

      public AlgorithmsTest()
  • Method Details

    • beforeClass

      public static void beforeClass()
      Initialize the PJ communication layer.
    • beforeTest

      public void beforeTest()
      Description copied from class: FFXTest
      beforeTest.
      Overrides:
      beforeTest in class FFXTest
    • afterTest

      public void afterTest()
      Description copied from class: FFXTest
      afterTest.
      Overrides:
      afterTest in class FFXTest
    • getResourcePath

      public String getResourcePath(String filename)
      Get a resource file from the classpath.
      Parameters:
      filename -
      Returns:
      the resource file.
    • getResourceFile

      public File getResourceFile(String filename)
      Get a resource file from the classpath.
      Parameters:
      filename -
      Returns:
      the resource file.