(self)
| 1571 | self._check_sample(msg) |
| 1572 | |
| 1573 | def test_initialize_with_string(self): |
| 1574 | # Initialize based on string |
| 1575 | msg = self._factory(_sample_message) |
| 1576 | self._post_initialize_hook(msg) |
| 1577 | self._check_sample(msg) |
| 1578 | |
| 1579 | def test_initialize_with_file(self): |
| 1580 | # Initialize based on contents of file |
nothing calls this directly
no test coverage detected