Package lxml :: Package tests :: Module test_pyclasslookup :: Class PyClassLookupTestCase
[hide private]
[frames] | no frames]

Class PyClassLookupTestCase

source code

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

Test cases for the lxml.pyclasslookup class lookup mechanism.
Nested Classes [hide private]

Inherited from unittest.TestCase: failureException

Instance Methods [hide private]
 
Element(self, _tag, attrib=None, nsmap=None, **_extra)
Creates a new element associated with this parser.
source code
 
tearDown(self)
Hook method for deconstructing the test fixture after testing it.
source code
 
_setClassLookup(self, lookup_function) source code
 
_buildElementClass(self) source code
 
XML(self, xml) source code
 
test_lookup(self) source code
 
test_lookup_keep_ref_assertion(self) source code
 
test_lookup_tag(self) source code
 
test_lookup_text(self) source code
 
test_lookup_tail(self) source code
 
test_lookup_attrib(self) source code
 
test_lookup_prefix(self) source code
 
test_lookup_sourceline(self) source code
 
test_lookup_getitem(self) source code
 
test_lookup_getitem_neg(self) source code
 
test_lookup_getslice(self) source code
 
test_lookup_len(self) source code
 
test_lookup_bool(self) source code
 
test_lookup_get(self) source code
 
test_lookup_get_default(self) source code
 
test_lookup_getchildren(self) source code
 
test_lookup_iter_children(self) source code
 
test_lookup_iterchildren(self) source code
 
test_lookup_iterchildren_tag(self) source code
 
test_lookup_getparent(self) source code
 
test_lookup_getnext(self) source code
 
test_lookup_getprevious(self) source code

Inherited from common_imports.HelperTestCase: parse

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]
  etree
The lxml.etree module implements the extended ElementTree API for XML.
  parser = etree.XMLParser()

Inherited from common_imports.HelperTestCase: assertFalse

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

tearDown(self)

source code 
Hook method for deconstructing the test fixture after testing it.
Overrides: unittest.TestCase.tearDown
(inherited documentation)

Class Variable Details [hide private]

etree

The lxml.etree module implements the extended ElementTree API for XML.
Value:
lxml.etree