MCPcopy Create free account
hub / github.com/Apress/design-patterns-in-modern-cpp / main

Function main

Behavioral/Strategy/StrategyCodingExercise.cpp:97–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95// ERROR ON UDEMY'S END, POST AGAIN
96
97int main(int ac, char* av[])
98{
99 //::testing::GTEST_FLAG(catch_exceptions) = false;
100 testing::InitGoogleTest(&ac, av);
101 return RUN_ALL_TESTS();
102}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected