|
|
|
setUp(self)
Hook method for setting up the test fixture before exercising it. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
test_sub_element_nsmap_custom_prefixes(self) |
source code
|
|
|
|
|
|
|
|
|
test_data_element_nsmap_custom_prefixes(self) |
source code
|
|
|
|
|
|
|
|
|
test_sub_data_element_nsmap_custom_prefixes(self) |
source code
|
|
|
|
|
test_data_element_attrib_attributes_precedence(self) |
source code
|
|
|
|
|
test_data_element_data_element_arg_pytype(self) |
source code
|
|
|
test_data_element_data_element_arg_xsitype(self) |
source code
|
|
|
test_data_element_data_element_arg_pytype_xsitype(self) |
source code
|
|
|
|
|
|
|
test_data_element_data_element_arg_invalid_pytype(self) |
source code
|
|
|
test_data_element_data_element_arg_invalid_xsi(self) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
test_data_element_xsitypes_xsdprefixed(self) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
test_object_path_addattr_create_element(self) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from common_imports.HelperTestCase :
parse
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 ,
shortDescription
Inherited from unittest.TestCase (private):
_exc_info
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__
|