Package ffx.potential.utils
Class PotentialTest
java.lang.Object
ffx.utilities.FFXTest
ffx.potential.utils.PotentialTest
PotentialTest extends BaseFFXTest to include support for:
1) Creating a Binding before each test.
2) Destroying created potentials after each test.
1) Creating a Binding before each test.
2) Destroying created potentials after each test.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterTest.voidbeforeTest.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, beforeClass, registerTemporaryDirectory
-
Field Details
-
potentialScript
-
binding
-
-
Constructor Details
-
PotentialTest
public PotentialTest()
-
-
Method Details
-
beforeTest
public void beforeTest()Description copied from class:FFXTestbeforeTest.- Overrides:
beforeTestin classFFXTest
-
afterTest
public void afterTest()Description copied from class:FFXTestafterTest. -
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.
-