Home | Trees | Index | Help |
|
---|
Package lxml :: Package tests :: Module test_etree :: Class ETreeOnlyTestCase |
|
object
--+ |TestCase
--+ |HelperTestCase
--+ | ETreeOnlyTestCase
Method Summary | |
---|---|
test_addnext(self)
| |
test_addnext_comment(self)
| |
test_addnext_pi(self)
| |
test_addnext_root(self)
| |
test_addnext_root_comment(self)
| |
test_addnext_root_pi(self)
| |
test_addprevious(self)
| |
test_addprevious_comment(self)
| |
test_addprevious_pi(self)
| |
test_addprevious_root_comment(self)
| |
test_addprevious_root_pi(self)
| |
test_append_None(self)
| |
test_attrib_pop(self)
| |
test_attrib_pop_default(self)
| |
test_attrib_pop_empty_default(self)
| |
test_attrib_pop_invalid_args(self)
| |
test_attrib_pop_unknown(self)
| |
test_attribute_set(self)
| |
test_attribute_set_invalid(self)
| |
test_attribute_values(self)
| |
test_byte_invalid(self)
| |
test_byte_zero(self)
| |
test_c_api(self)
| |
test_comment_empty(self)
| |
test_comment_immutable(self)
| |
test_comment_no_proxy_yet(self)
| |
test_comment_parse_empty(self)
| |
test_comment_text(self)
| |
test_comment_whitespace(self)
| |
test_deepcopy_comment(self)
| |
test_deepcopy_pi(self)
| |
test_docinfo_empty(self)
| |
test_docinfo_public(self)
| |
test_docinfo_system(self)
| |
test_dtd_io(self)
| |
test_dump_none(self)
| |
test_element_name_colon(self)
| |
test_element_name_empty(self)
| |
test_element_name_space(self)
| |
test_element_names(self)
| |
test_element_nsmap(self)
| |
test_encoding_tostring_utf16(self)
| |
test_entity_append(self)
| |
test_entity_parse(self)
| |
test_extend(self)
| |
test_findall_ns(self)
| |
test_getiterator_filter_all_comment_pi(self)
| |
test_getiterator_filter_element(self)
| |
test_getiterator_filter_entities(self)
| |
test_getiterator_filter_namespace(self)
| |
test_getnext(self)
| |
test_getparent(self)
| |
test_getprevious(self)
| |
test_getroottree(self)
| |
test_HTML_base_url_docinfo(self)
| |
test_index(self)
| |
test_iterancestors(self)
| |
test_iterancestors_tag(self)
| |
test_iterchildren(self)
| |
test_iterchildren_reversed(self)
| |
test_iterchildren_tag(self)
| |
test_iterchildren_tag_reversed(self)
| |
test_iterdescendants(self)
| |
test_iterdescendants_tag(self)
| |
test_iterparse_broken(self)
| |
test_iterparse_comments(self)
| |
test_iterparse_remove_comments(self)
| |
test_iterparse_strip(self)
| |
test_iterparse_tag(self)
| |
test_iterparse_tag_all(self)
| |
test_itersiblings(self)
| |
test_itersiblings_tag(self)
| |
test_iterwalk(self)
| |
test_iterwalk_attrib_ns(self)
| |
test_iterwalk_clear(self)
| |
test_iterwalk_getiterator(self)
| |
test_iterwalk_start(self)
| |
test_iterwalk_start_end(self)
| |
test_iterwalk_tag(self)
| |
test_iterwalk_tag_all(self)
| |
test_namespaces(self)
| |
test_namespaces_copy_element(self)
| |
test_namespaces_default(self)
| |
test_namespaces_default_and_attr(self)
| |
test_namespaces_default_copy_element(self)
| |
test_namespaces_elementtree(self)
| |
test_namespaces_reuse_after_move(self)
| |
test_parse_error(self)
| |
test_parse_error_from_file(self)
| |
test_parse_error_logging(self)
| |
test_parse_parser_type_error(self)
| |
test_parse_remove_comments(self)
| |
test_parse_remove_pis(self)
| |
test_parseid(self)
| |
test_pi(self)
| |
test_pi_parse(self)
| |
test_prefix(self)
| |
test_prefix_default_ns(self)
| |
test_qname_colon(self)
| |
test_qname_empty(self)
| |
test_qname_space(self)
| |
test_replace(self)
| |
test_replace_new(self)
| |
test_resolve_empty(self)
| |
test_resolve_error(self)
| |
test_resolve_string_dtd(self)
| |
test_setitem_assert(self)
| |
test_sourceline_element(self)
| |
test_sourceline_iterparse_end(self)
| |
test_sourceline_iterparse_start(self)
| |
test_sourceline_parse(self)
| |
test_sourceline_XML(self)
| |
test_subelement_name_colon(self)
| |
test_subelement_name_empty(self)
| |
test_subelement_name_space(self)
| |
test_subelement_nsmap(self)
| |
test_tostring_none(self)
| |
test_tostring_pretty(self)
| |
test_tounicode(self)
| |
test_tounicode_element(self)
| |
test_tounicode_element_tail(self)
| |
test_tounicode_none(self)
| |
test_tounicode_pretty(self)
| |
test_unicode_byte_invalid(self)
| |
test_unicode_byte_zero(self)
| |
test_version(self)
| |
test_weird_dict_interaction(self)
| |
test_XML_base_url_docinfo(self)
| |
test_XMLDTDID(self)
| |
test_XMLDTDID_empty(self)
| |
_checkIDDict(self,
dic,
expected)
| |
_test_namespaces_after_serialize(self)
| |
Write out element for comparison. | |
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. | |
| |
| |
Hook method for setting up the test fixture before exercising it. | |
Returns a one-line description of the test, or None if no description has been provided. | |
Hook method for deconstructing the test fixture after testing it. | |
Return a version of sys.exc_info() with the traceback frame minimised; usually the top level of the traceback frame is not needed. | |
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 |
---|
_writeElement(self, element, encoding='us-ascii')Write out element for comparison. |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Sat Aug 18 12:44:28 2007 | http://epydoc.sf.net |