Class PotentialTest

java.lang.Object
ffx.utilities.FFXTest
ffx.potential.utils.PotentialTest

public class PotentialTest extends FFXTest
PotentialTest extends BaseFFXTest to include support for:
1) Creating a Groovy Binding before each test.
2) Destroying created potentials after each test.
  • Field Details

    • potentialScript

      public PotentialScript potentialScript
    • binding

      public groovy.lang.Binding binding
  • Constructor Details

    • PotentialTest

      public PotentialTest()
  • Method Details

    • 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.