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

Class TestSmi2Depict



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

Nested Classes [hide private]

Inherited from unittest.TestCase: failureException

Instance Methods [hide private]
 
setUp(self)
Create virtual files of expected input / output
 
tearDown(self)
Restore state from any setUp steps
 
test_chemaxonMarvinDepictImg(self)
 
test_daylightDepictImg(self)
 
test_oghamDepictImg(self)
 
test_oghamEncryptDepictImg(self)
 
test_oghamEncryptSizedDepictImg(self)
 
test_jmeDepictImg(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)

 
Create virtual files of expected input / output
Overrides: Util.ChemDBTestCase.setUp

tearDown(self)

 
Restore state from any setUp steps
Overrides: Util.ChemDBTestCase.tearDown