| 940 | void Context::setOption(const char*, int) {} |
| 941 | void Context::setOption(const char*, const char*) {} |
| 942 | bool Context::shouldExit() { return false; } |
| 943 | void Context::setAsDefaultForAssertsOutOfTestCases() {} |
| 944 | void Context::setAssertHandler(detail::assert_handler) {} |
| 945 | void Context::setCout(std::ostream*) {} |