| 5 | using namespace cucumber; |
| 6 | |
| 7 | THEN(SUCCEED_MATCHER) { |
| 8 | ScenarioScope<SomeContext> ctx; |
| 9 | // Do not throw for successes |
| 10 | } |
| 11 | |
| 12 | THEN(FAIL_MATCHER) { |
| 13 | ScenarioScope<SomeContext> ctx; |
nothing calls this directly
no outgoing calls
no test coverage detected