Package CHEM :: Package Common :: Package test :: Module TestStatsUtil :: Class TestStatsUtil
[hide private]
[frames] | no frames]

Class TestStatsUtil



       object --+        
                |        
unittest.TestCase --+    
                    |    
  Util.ChemDBTestCase --+
                        |
                       TestStatsUtil

Nested Classes [hide private]

Inherited from unittest.TestCase: failureException

Instance Methods [hide private]
 
setUp(self)
Prep for test case.
 
tearDown(self)
Restore state after test finishes.
 
test_minMax(self)
 
test_meanStdDev(self)
 
test_weightedMeanStdDev(self)
 
test_rmsd(self)
 
test_counts(self)

Inherited from Util.ChemDBTestCase: assertEqualFile, assertEqualGeneral, assertEqualList, assertEqualTable

Inherited from unittest.TestCase: __call__, __init__, __repr__, __str__, assertAlmostEqual, assertAlmostEquals, assertEqual, assertEquals, assertFalse, assertNotAlmostEqual, assertNotAlmostEquals, assertNotEqual, assertNotEquals, assertRaises, assertTrue, assert_, countTestCases, debug, defaultTestResult, fail, failIf, failIfAlmostEqual, failIfEqual, failUnless, failUnlessAlmostEqual, failUnlessEqual, failUnlessRaises, id, run, shortDescription

Inherited from unittest.TestCase (private): _exc_info

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

setUp(self)

 
Prep for test case. Subclass must call this parent method to actually use it.
Overrides: Util.ChemDBTestCase.setUp
(inherited documentation)

tearDown(self)

 
Restore state after test finishes. Subclass must call this parent method to actually use it.
Overrides: Util.ChemDBTestCase.tearDown
(inherited documentation)