Package ffx.algorithms.misc
Class AlgorithmsTest
java.lang.Object
ffx.utilities.FFXTest
ffx.algorithms.misc.AlgorithmsTest
Base class for Algorithm tests.
- Author:
- Michael J. Schnieders
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
afterTest.static void
Initialize the PJ communication layer.void
beforeTest.getResourceFile
(String filename) Get a resource file from the classpath.getResourcePath
(String filename) Get a resource file from the classpath.Methods inherited from class ffx.utilities.FFXTest
afterClass, registerTemporaryDirectory
-
Field Details
-
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 classFFXTest
-
afterTest
public void afterTest()Description copied from class:FFXTest
afterTest. -
getResourcePath
Get a resource file from the classpath.- Parameters:
filename
-- Returns:
- the resource file.
-
getResourceFile
Get a resource file from the classpath.- Parameters:
filename
-- Returns:
- the resource file.
-