Package lxml :: Package tests :: Module test_xpathevaluator :: Class ETreeXPathClassTestCase
[frames] | no frames]

Class ETreeXPathClassTestCase

source code

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

Tests for the XPath class
Nested Classes

Inherited from unittest.TestCase: failureException

Instance Methods
 
test_xpath_compile_doc(self) source code
 
test_xpath_compile_element(self) source code
 
test_xpath_compile_vars(self) source code
 
test_xpath_compile_error(self) source code
 
test_xpath_elementtree_error(self) source code

Inherited from common_imports.HelperTestCase: parse, tearDown

Inherited from unittest.TestCase: __call__, __init__, __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 object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__

Class Variables

Inherited from common_imports.HelperTestCase: assertFalse

Properties

Inherited from object: __class__