Package ffx.potential.groovy
Class VolumeTest
java.lang.Object
ffx.utilities.FFXTest
ffx.potential.utils.PotentialTest
ffx.potential.groovy.VolumeTest
JUnit Tests for the Volume Script
-
Field Summary
Fields inherited from class ffx.potential.utils.PotentialTest
binding, potentialScript
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Test Connolly molecular surface area and volume without hydrogen and a 1.4 A exclude radius.void
Test Connolly SEV invalid input: '&' SASA with a 1.4 A exclude radius.void
Test Connolly molecular surface area and volume without hydrogen and a 1.4 A exclude radius.void
Test Connolly molecular surface area and volume without hydrogen and a 1.4 A exclude radius.void
Test Connolly SEV invalid input: '&' SASA with a 1.4 A exclude radius and hydrogen atoms.void
Test Connolly molecular surface area and volume with hydrogen and a 1.4 A exclude radius.void
Test Connolly SEV invalid input: '&' SASA without hydrogen and a 1.4 A exclude radius.void
Test Connolly SEV invalid input: '&' SASA with a 1.4 A exclude radius.void
Test Connolly SEV invalid input: '&' SASA without hydrogen and a 1.4 A exclude radius.void
Test Connolly SEV invalid input: '&' SASA with hydrogen and a 1.4 A exclude radius.void
Test Connolly SEV invalid input: '&' SASA with a 1.4 A exclude radius and hydrogen atoms.void
Test Connolly SEV invalid input: '&' SASA with hydrogen and a 1.4 A exclude radius.void
Test Connolly SEV invalid input: '&' SASA with hydrogen and a 1.4 A exclude radius.void
Test Connolly vdW volume and surface area (probe radius = 0.0).void
Test GaussVol without hydrogen and a 0.4 A radii offset.void
Test GaussVol without hydrogen and a 0.0 A radii offset.void
Test GaussVol derivatives.void
Test GaussVol without hydrogen and a 0.4 A radii offset.void
Test GaussVol derivatives.Methods inherited from class ffx.potential.utils.PotentialTest
afterTest, beforeTest, getResourceFile, getResourcePath
Methods inherited from class ffx.utilities.FFXTest
afterClass, beforeClass, registerTemporaryDirectory
-
Constructor Details
-
VolumeTest
public VolumeTest()
-
-
Method Details
-
testConnollyMolecularButane
public void testConnollyMolecularButane()Test Connolly molecular surface area and volume without hydrogen and a 1.4 A exclude radius. -
testConnollyMolecularCrambin
public void testConnollyMolecularCrambin()Test Connolly SEV invalid input: '&' SASA with a 1.4 A exclude radius. -
testConnollyMolecularEthylbenzene
public void testConnollyMolecularEthylbenzene()Test Connolly molecular surface area and volume without hydrogen and a 1.4 A exclude radius. -
testConnollyMolecularHydrogenButane
public void testConnollyMolecularHydrogenButane()Test Connolly molecular surface area and volume without hydrogen and a 1.4 A exclude radius. -
testConnollyMolecularHydrogenCrambin
public void testConnollyMolecularHydrogenCrambin()Test Connolly SEV invalid input: '&' SASA with a 1.4 A exclude radius and hydrogen atoms. -
testConnollyMolecularHydrogenEthylbenzene
public void testConnollyMolecularHydrogenEthylbenzene()Test Connolly molecular surface area and volume with hydrogen and a 1.4 A exclude radius. -
testConnollySEVButane
public void testConnollySEVButane()Test Connolly SEV invalid input: '&' SASA without hydrogen and a 1.4 A exclude radius. -
testConnollySEVCrambin
public void testConnollySEVCrambin()Test Connolly SEV invalid input: '&' SASA with a 1.4 A exclude radius. -
testConnollySEVEthylbenzene
public void testConnollySEVEthylbenzene()Test Connolly SEV invalid input: '&' SASA without hydrogen and a 1.4 A exclude radius. -
testConnollySEVHydrogenButane
public void testConnollySEVHydrogenButane()Test Connolly SEV invalid input: '&' SASA with hydrogen and a 1.4 A exclude radius. -
testConnollySEVHydrogenCrambin
public void testConnollySEVHydrogenCrambin()Test Connolly SEV invalid input: '&' SASA with a 1.4 A exclude radius and hydrogen atoms. -
testConnollySEVHydrogenEthylbenzene
public void testConnollySEVHydrogenEthylbenzene()Test Connolly SEV invalid input: '&' SASA with hydrogen and a 1.4 A exclude radius. -
testConnollySEVHydrogenEthylbenzeneDerivatives
public void testConnollySEVHydrogenEthylbenzeneDerivatives()Test Connolly SEV invalid input: '&' SASA with hydrogen and a 1.4 A exclude radius. -
testConnollyVDWCrambin
public void testConnollyVDWCrambin()Test Connolly vdW volume and surface area (probe radius = 0.0). -
testGaussVolButane
public void testGaussVolButane()Test GaussVol without hydrogen and a 0.4 A radii offset. -
testGaussVolCrambin
public void testGaussVolCrambin()Test GaussVol without hydrogen and a 0.0 A radii offset. -
testGaussVolCrambinDerivatives
public void testGaussVolCrambinDerivatives()Test GaussVol derivatives. -
testGaussVolEthylbenzene
public void testGaussVolEthylbenzene()Test GaussVol without hydrogen and a 0.4 A radii offset. -
testGaussVolHydrogenEthylbenzeneDerivatives
public void testGaussVolHydrogenEthylbenzeneDerivatives()Test GaussVol derivatives.
-