twisted.web.test.test_template.XMLLoaderTestsMixin(object)
class documentationtwisted.web.test.test_template
(View In Hierarchy)
Known subclasses: twisted.web.test.test_template.XMLFileWithFilenameTests, twisted.web.test.test_template.XMLFileWithFilePathTests, twisted.web.test.test_template.XMLFileWithFileTests, twisted.web.test.test_template.XMLStringLoaderTests
Instance Variable | templateString | Simple template to use to exercise the loaders. |
Instance Variable | deprecatedUse | True if this use of XMLFile is
deprecated and should emit a DeprecationWarning . |
Method | test_load | Verify that the loader returns a tag with the correct children. |
Method | test_loadTwice | If {load()} can be called on a loader twice the result should be the same. |