| 7 | using namespace cucumber; |
| 8 | |
| 9 | THEN(SUCCEED_MATCHER) { |
| 10 | ScenarioScope<SomeContext> ctx; |
| 11 | BOOST_CHECK(true); |
| 12 | } |
| 13 | |
| 14 | THEN(FAIL_MATCHER) { |
| 15 | ScenarioScope<SomeContext> ctx; |
nothing calls this directly
no outgoing calls
no test coverage detected