Package schrodinger :: Package application :: Package desmond :: Package packages :: Package msys :: Module validate :: Class TestBasic
[hide private]
[frames] | no frames]

Class TestBasic

unittest.TestCase --+    
                    |    
             TestCase --+
                        |
                       TestBasic

Instance Methods [hide private]
 
testKnots(self)
the system must not contain knots for rings of size <= 10
 
testHasNonbonded(self)
Every particle must have a nonbonded param assignment
 
testNonzeroBox(self)
The volume of the global cell must be positive.

Inherited from TestCase: setUp