Package lxml :: Package tests :: Module test_relaxng :: Class ETreeRelaxNGTestCase
[hide private]
[frames] | no frames]

Class ETreeRelaxNGTestCase

source code

               object --+        
                        |        
        unittest.TestCase --+    
                            |    
common_imports.HelperTestCase --+
                                |
                               ETreeRelaxNGTestCase

Nested Classes [hide private]

Inherited from unittest.TestCase: failureException

Instance Methods [hide private]
 
test_relaxng(self) source code
 
test_relaxng_stringio(self) source code
 
test_relaxng_elementtree_error(self) source code
 
test_relaxng_error(self) source code
 
test_relaxng_invalid_schema(self) source code
 
test_relaxng_invalid_schema2(self) source code
 
test_relaxng_invalid_schema3(self) source code
 
test_relaxng_invalid_schema4(self) source code
 
test_relaxng_include(self) source code
 
test_relaxng_shortcut(self) source code
 
test_multiple_elementrees(self) source code

Inherited from common_imports.HelperTestCase: parse, tearDown

Inherited from common_imports.HelperTestCase (private): _rootstring

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

Inherited from unittest.TestCase (private): _exc_info

Inherited from object: __delattr__, __format__, __getattribute__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __subclasshook__

Class Variables [hide private]

Inherited from common_imports.HelperTestCase: assertFalse

Properties [hide private]

Inherited from object: __class__