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

Class PyClassLookupTestCase

source code

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

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

Inherited from unittest.case.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.case.TestCase: __call__, __eq__, __hash__, __init__, __ne__, __repr__, __str__, addCleanup, addTypeEqualityFunc, assertAlmostEqual, assertAlmostEquals, assertDictContainsSubset, assertDictEqual, assertEqual, assertEquals, assertGreater, assertGreaterEqual, assertIn, assertIs, assertIsInstance, assertIsNone, assertIsNot, assertIsNotNone, assertItemsEqual, assertLess, assertLessEqual, assertListEqual, assertMultiLineEqual, assertNotAlmostEqual, assertNotAlmostEquals, assertNotEqual, assertNotEquals, assertNotIn, assertNotIsInstance, assertNotRegexpMatches, assertRaises, assertRaisesRegexp, assertRegexpMatches, assertSequenceEqual, assertSetEqual, assertTrue, assertTupleEqual, assert_, countTestCases, debug, defaultTestResult, doCleanups, fail, failIf, failIfAlmostEqual, failIfEqual, failUnless, failUnlessAlmostEqual, failUnlessEqual, failUnlessRaises, id, run, setUp, shortDescription, skipTest

Inherited from unittest.case.TestCase (private): _addSkip, _baseAssertEqual, _deprecate, _formatMessage, _getAssertEqualityFunc, _truncateMessage

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

Class Methods [hide private]

Inherited from unittest.case.TestCase: setUpClass, tearDownClass

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

Inherited from unittest.case.TestCase: longMessage, maxDiff

Inherited from unittest.case.TestCase (private): _classSetupFailed, _diffThreshold

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.case.TestCase.tearDown
(inherited documentation)

Class Variable Details [hide private]

etree

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