Home | Trees | Index | Help |
|
---|
Package lxml :: Package tests :: Module test_objectify :: Class ObjectifyTestCase |
|
object
--+ |TestCase
--+ |HelperTestCase
--+ | ObjectifyTestCase
Method Summary | |
---|---|
Hook method for setting up the test fixture before exercising it. | |
Hook method for deconstructing the test fixture after testing it. | |
test_addattr(self)
| |
test_addattr_element(self)
| |
test_addattr_list(self)
| |
test_build_tree(self)
| |
test_change_pytype_attribute(self)
| |
test_child(self)
| |
test_child_addattr(self)
| |
test_child_getattr(self)
| |
test_child_index(self)
| |
test_child_index_neg(self)
| |
test_child_iter(self)
| |
test_child_len(self)
| |
test_child_nonexistant(self)
| |
test_child_set_ro(self)
| |
test_class_lookup(self)
| |
test_countchildren(self)
| |
test_data_element_attrib_attributes_precedence(self)
| |
test_data_element_bool(self)
| |
test_data_element_data_element_arg(self)
| |
test_data_element_data_element_arg_invalid_pytype(self)
| |
test_data_element_data_element_arg_invalid_xsi(self)
| |
test_data_element_data_element_arg_pytype(self)
| |
test_data_element_data_element_arg_pytype_none(self)
| |
test_data_element_data_element_arg_pytype_xsitype(self)
| |
test_data_element_data_element_arg_xsitype(self)
| |
test_data_element_float(self)
| |
test_data_element_int(self)
| |
test_data_element_invalid_pytype(self)
| |
test_data_element_invalid_xsi(self)
| |
test_data_element_NoneType(self)
| |
test_data_element_nsmap_custom(self)
| |
test_data_element_nsmap_custom_prefixes(self)
| |
test_data_element_nsmap_default(self)
| |
test_data_element_nsmap_empty(self)
| |
test_data_element_pytype_none(self)
| |
test_data_element_pytypes(self)
| |
test_data_element_str(self)
| |
test_data_element_xsitypes(self)
| |
test_data_element_xsitypes_prefixed(self)
| |
test_data_element_xsitypes_xsdprefixed(self)
| |
test_dataelement_xsi(self)
| |
test_dataelement_xsi_nsmap(self)
| |
test_dataelement_xsi_prefix_error(self)
| |
test_deannotate(self)
| |
test_descendant_paths(self)
| |
test_descendant_paths_child(self)
| |
test_descendant_paths_prefix(self)
| |
test_dir(self)
| |
test_element_nsmap_custom(self)
| |
test_element_nsmap_custom_prefixes(self)
| |
test_element_nsmap_default(self)
| |
test_element_nsmap_empty(self)
| |
test_findall(self)
| |
test_findall_ns(self)
| |
test_object_path(self)
| |
test_object_path_addattr(self)
| |
test_object_path_addattr_create(self)
| |
test_object_path_addattr_create_element(self)
| |
test_object_path_addattr_create_list(self)
| |
test_object_path_addattr_element(self)
| |
test_object_path_dot(self)
| |
test_object_path_dot_list(self)
| |
test_object_path_dot_root(self)
| |
test_object_path_dot_root_list(self)
| |
test_object_path_fail(self)
| |
test_object_path_hasattr(self)
| |
test_object_path_index(self)
| |
test_object_path_index_fail_lookup(self)
| |
test_object_path_index_fail_parse(self)
| |
test_object_path_index_list(self)
| |
test_object_path_list(self)
| |
test_object_path_ns(self)
| |
test_object_path_ns_list(self)
| |
test_object_path_set(self)
| |
test_object_path_set_create(self)
| |
test_object_path_set_create_element(self)
| |
test_object_path_set_create_list(self)
| |
test_object_path_set_element(self)
| |
test_object_path_syntax(self)
| |
test_pickle(self)
| |
test_pytype_annotation(self)
| |
test_pytype_annotation_empty(self)
| |
test_pytype_annotation_use_old(self)
| |
test_pytype_deannotate(self)
| |
test_registered_types(self)
| |
test_root(self)
| |
test_schema_types(self)
| |
test_schema_types_prefixed(self)
| |
test_set_string(self)
| |
test_setitem_string(self)
| |
test_setitem_string_special(self)
| |
test_setslice(self)
| |
test_str(self)
| |
test_sub_data_element_nsmap_custom(self)
| |
test_sub_data_element_nsmap_custom_prefixes(self)
| |
test_sub_data_element_nsmap_default(self)
| |
test_sub_data_element_nsmap_empty(self)
| |
test_sub_element_nsmap_custom(self)
| |
test_sub_element_nsmap_custom_prefixes(self)
| |
test_sub_element_nsmap_default(self)
| |
test_sub_element_nsmap_empty(self)
| |
test_type_bool(self)
| |
test_type_bool_cmp(self)
| |
test_type_float(self)
| |
test_type_int(self)
| |
test_type_int_cmp(self)
| |
test_type_NoneType(self)
| |
test_type_str(self)
| |
test_type_str_add(self)
| |
test_type_str_cmp(self)
| |
test_type_str_mul(self)
| |
test_type_str_sequence(self)
| |
test_vars(self)
| |
test_xsitype_annotation(self)
| |
test_xsitype_annotation_use_old(self)
| |
test_xsitype_deannotate(self)
| |
XML(self,
xml)
| |
Inherited from HelperTestCase | |
| |
Inherited from TestCase | |
Create an instance of the class that will use the named test method when executed. | |
| |
| |
| |
Fail the test unless the expression is true. | |
Fail if the two objects are unequal as determined by their difference rounded to the given number of decimal places (default 7) and comparing to zero. | |
Fail if the two objects are unequal as determined by their difference rounded to the given number of decimal places (default 7) and comparing to zero. | |
Fail if the two objects are unequal as determined by the '==' operator. | |
Fail if the two objects are unequal as determined by the '==' operator. | |
Fail the test if the expression is true. | |
Fail if the two objects are equal as determined by their difference rounded to the given number of decimal places (default 7) and comparing to zero. | |
Fail if the two objects are equal as determined by their difference rounded to the given number of decimal places (default 7) and comparing to zero. | |
Fail if the two objects are equal as determined by the '==' operator. | |
Fail if the two objects are equal as determined by the '==' operator. | |
Fail unless an exception of class excClass is thrown by callableObj when invoked with arguments args and keyword arguments kwargs. | |
Fail the test unless the expression is true. | |
| |
Run the test without collecting errors in a TestResult | |
| |
Fail immediately, with the given message. | |
Fail the test if the expression is true. | |
Fail if the two objects are equal as determined by their difference rounded to the given number of decimal places (default 7) and comparing to zero. | |
Fail if the two objects are equal as determined by the '==' operator. | |
Fail the test unless the expression is true. | |
Fail if the two objects are unequal as determined by their difference rounded to the given number of decimal places (default 7) and comparing to zero. | |
Fail if the two objects are unequal as determined by the '==' operator. | |
Fail unless an exception of class excClass is thrown by callableObj when invoked with arguments args and keyword arguments kwargs. | |
| |
| |
Returns a one-line description of the test, or None if no description has been provided. | |
Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
x.__hash__() <==> hash(x) | |
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
helper for pickle | |
helper for pickle | |
x.__setattr__('name', value) <==> x.name = value |
Method Details |
---|
setUp(self)Hook method for setting up the test fixture before exercising it.
|
tearDown(self)Hook method for deconstructing the test fixture after testing it.
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Sat Aug 18 12:44:27 2007 | http://epydoc.sf.net |