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