Package ffx.algorithms.groovy
Class MinimizeCrystalsTest
java.lang.Object
ffx.utilities.FFXTest
ffx.algorithms.misc.AlgorithmsTest
ffx.algorithms.groovy.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 TypeMethodDescriptionvoid
Tests convergence criteria flag of the CrystalMin class.void
Tests the fractional flag of the CrystalMin class.void
Tests the fractional flag of the CrystalMin class.void
void
Tests the iterations flag of the CrystalMin class.Methods inherited from class ffx.algorithms.misc.AlgorithmsTest
afterTest, beforeClass, beforeTest, getResourceFile, getResourcePath
Methods 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.
-