Package ffx.algorithms.groovy
Class ClusteringTest
java.lang.Object
ffx.utilities.FFXTest
ffx.algorithms.misc.AlgorithmsTest
ffx.algorithms.groovy.ClusteringTest
Tests the Cluster command to assess clustering based on distances.
TODO: add more tests with more parameters
- Author:
- Aaron J. Nessler
-
Field Summary
Fields inherited from class ffx.algorithms.misc.AlgorithmsTest
algorithmsScript, binding
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Tests the Cluster script.void
Methods inherited from class ffx.algorithms.misc.AlgorithmsTest
afterTest, beforeClass, beforeTest, getResourceFile, getResourcePath
Methods inherited from class ffx.utilities.FFXTest
afterClass, registerTemporaryDirectory
-
Constructor Details
-
ClusteringTest
public ClusteringTest()
-
-
Method Details
-
testBaseCluster
public void testBaseCluster()Tests the Cluster script. -
testClusterHelp
public void testClusterHelp()
-