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