twisted.test.testutils.XMLAssertionMixin(object)
class documentationtwisted.test.testutils
(View In Hierarchy)
Known subclasses: twisted.web.test.test_flatten.SerializationTests
Test mixin defining a method for comparing serialized XML documents.
Must be mixed in to a test
case
.
Method | assertXMLEqual | Verify that two strings represent the same XML document. |