(self)
| 1556 | self._check_sample(msg) |
| 1557 | |
| 1558 | def test_initialize_with_string(self): |
| 1559 | # Initialize based on string |
| 1560 | msg = self._factory(_sample_message) |
| 1561 | self._post_initialize_hook(msg) |
| 1562 | self._check_sample(msg) |
| 1563 | |
| 1564 | def test_initialize_with_file(self): |
| 1565 | # Initialize based on contents of file |
nothing calls this directly
no test coverage detected