MCPcopy Create free account
hub / github.com/cucumber/cucumber-cpp / initFlags

Method initFlags

src/drivers/GTestDriver.cpp:32–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32void 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}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected