twisted.web.test.test_domhelpers.DOMHelpersTestsMixin class documentationtwisted.web.test.test_domhelpers
(View In Hierarchy)
Known subclasses: twisted.web.test.test_domhelpers.MicroDOMHelpersTests, twisted.web.test.test_domhelpers.MiniDOMHelpersTests
A mixin for TestCase 
subclasses which defines test methods for domhelpers functionality based on
a DOM creation function provided by a subclass.
| Method | test_getElementsByTagName | Undocumented | 
| Method | test_gatherTextNodes | Undocumented | 
| Method | test_clearNode | Undocumented | 
| Method | test_get | Undocumented | 
| Method | test_getIfExists | Undocumented | 
| Method | test_getAndClear | Undocumented | 
| Method | test_locateNodes | Undocumented | 
| Method | test_getParents | Undocumented | 
| Method | test_findElementsWithAttribute | Undocumented | 
| Method | test_findNodesNamed | Undocumented | 
| Method | test_escape | Undocumented | 
| Method | test_unescape | Undocumented | 
| Method | test_getNodeText | getNodeTextreturns the concatenation of all the text data at or beneath the node 
passed to it. | 
getNodeText
returns the concatenation of all the text data at or beneath the node 
passed to it.