| 95 | }; |
| 96 | |
| 97 | TEST_F(CukeCommandsTest, invokeHandlesParametersWithFuncArgs) { |
| 98 | // The real test is in TestClass::body() |
| 99 | runStepBodyTest<CheckAllParametersWithFuncArgs>(); |
| 100 | } |
| 101 | |
| 102 | TEST_F(CukeCommandsTest, matchesCorrectly) { |
| 103 | addStepWithMatcher(STATIC_MATCHER); |
nothing calls this directly
no outgoing calls
no test coverage detected