Test some of the hard-to-reach parts of SAX2DOM.
(self)
| 184 | self._test_thorough(pd) |
| 185 | |
| 186 | def test_thorough_sax2dom(self): |
| 187 | """Test some of the hard-to-reach parts of SAX2DOM.""" |
| 188 | pd = SAX2DOMTestHelper(None, SAX2DOMExerciser(), 12) |
| 189 | self._test_thorough(pd, False) |
| 190 | |
| 191 | def _test_thorough(self, pd, before_root=True): |
| 192 | """Test some of the hard-to-reach parts of the parser, using a mock |
nothing calls this directly
no test coverage detected