| 30 | } |
| 31 | |
| 32 | void GTestStep::initFlags() { |
| 33 | ::testing::GTEST_FLAG(throw_on_failure) = true; // let cucumber-cpp drive |
| 34 | ::testing::GTEST_FLAG(break_on_failure) = false; // turn off debugger breakpoints |
| 35 | ::testing::GTEST_FLAG(catch_exceptions) = true; |
| 36 | } |
| 37 | |
| 38 | } |
| 39 | } |
nothing calls this directly
no outgoing calls
no test coverage detected