Package ffx.algorithms.commands
Class MinimizeCrystalsTest
java.lang.Object
ffx.utilities.FFXTest
ffx.algorithms.misc.AlgorithmsTest
ffx.algorithms.commands.MinimizeCrystalsTest
Tests CrystalMin and CrystalMin.groovy scripts for -e -I -f and -c flags.
- Author:
- Aaron J. Nessler, Mallory R. Tollefson
-
Field Summary
Fields inherited from class ffx.algorithms.misc.AlgorithmsTest
algorithmsScript, binding -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidTests convergence criteria flag of the CrystalMin class.voidTests the fractional flag of the CrystalMin class.voidTests the fractional flag of the CrystalMin class.voidvoidTests the iterations flag of the CrystalMin class.Methods inherited from class ffx.algorithms.misc.AlgorithmsTest
afterTest, beforeClass, beforeTest, getResourceFile, getResourcePathMethods inherited from class ffx.utilities.FFXTest
afterClass, registerTemporaryDirectory
-
Constructor Details
-
MinimizeCrystalsTest
public MinimizeCrystalsTest()
-
-
Method Details
-
testCrystalMinConvergenceCriteria
public void testCrystalMinConvergenceCriteria()Tests convergence criteria flag of the CrystalMin class. -
testCrystalMinCoords
public void testCrystalMinCoords()Tests the fractional flag of the CrystalMin class. -
testCrystalMinFractional
public void testCrystalMinFractional()Tests the fractional flag of the CrystalMin class. -
testCrystalMinHelp
public void testCrystalMinHelp() -
testCrystalMinIterations
public void testCrystalMinIterations()Tests the iterations flag of the CrystalMin class.
-