class documentation

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.
def assertXMLEqual(self, first, second): (source)

Verify that two strings represent the same XML document.

Parameters
first:bytesAn XML string.
second:bytesAn XML string that should match first.