(self, command_args)
| 210 | self.assertIn(message, str(actual)) |
| 211 | |
| 212 | def set_fail_point(self, command_args): |
| 213 | if not client_context.supports_failCommand_fail_point: |
| 214 | self.skipTest("failCommand fail point must be supported") |
| 215 | self.configure_fail_point(self.client, command_args) |
| 216 | |
| 217 | def run_scenario(self, scenario_def, test): |
| 218 | """Run a CMAP spec test.""" |
no test coverage detected