| Home | Trees | Indices | Help |
|
|---|
object --+ | unittest.case.TestCase --+ | common_imports.HelperTestCase --+ | _XIncludeTestCase --+ | ElementIncludeTestCase
Inherited from unittest.case.TestCase:
failureException
'xml',
encoding=None)
source code
Inherited from _XIncludeTestCase :
test_xinclude ,
test_xinclude_resolver ,
test_xinclude_resolver_recursive ,
test_xinclude_text
Inherited from common_imports.HelperTestCase :
parse ,
tearDown
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,
assertFalse,
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__
Inherited from unittest.case.TestCase:
setUpClass,
tearDownClass
{'Leaf.xml': ' <?xml version=\'1.0\'?>\n <doc...
Inherited from unittest.case.TestCase:
longMessage,
maxDiff
Inherited from unittest.case.TestCase (private):
_classSetupFailed,
_diffThreshold
Inherited from object:
__class__
{'Leaf.xml':'''<?xml version=\'1.0\'?><document xmlns:xi="http://www.w3.org/2001/XInclude"><p>No further includes</p></document>''','NonRecursive1.xml':'''<?xml version=\'1.0\'?><document xmlns:xi="http://www.w3.org/2001/XInclude"><p>The following is multiple times the source code of NonRecursi\...
| Home | Trees | Indices | Help |
|
|---|