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

Class TestUtil



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

Nested Classes [hide private]

Inherited from unittest.TestCase: failureException

Instance Methods [hide private]
 
setUp(self)
Prep for test case.
 
tearDown(self)
Restore state from any setUp or test steps
 
test_virtual_oestreams(self)
 
test_splitCompositeMolToSmilesList(self)
 
test_standardizeMolecularFormula(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 from any setUp or test steps
Overrides: Util.ChemDBTestCase.tearDown