MCPcopy Create free account
hub / github.com/EmbeddedRPC/erpc / InitGoogleTest

Function InitGoogleTest

test/common/gtest/gtest.cpp:6921–6923  ·  view source on GitHub ↗

Initializes Google Test. This must be called before calling RUN_ALL_TESTS(). In particular, it parses a command line for the flags that Google Test recognizes. Whenever a Google Test flag is seen, it is removed from argv, and *argc is decremented. No value is returned. Instead, the Google Test flag variables are updated. Calling the function for the second time has no user-visible effect.

Source from the content-addressed store, hash-verified

6919//
6920// Calling the function for the second time has no user-visible effect.
6921void InitGoogleTest(int* argc, char** argv) {
6922 internal::InitGoogleTestImpl(argc, argv);
6923}
6924
6925// This overloaded version can be used in Windows programs compiled in
6926// UNICODE mode.

Callers 7

mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls 1

InitGoogleTestImplFunction · 0.85

Tested by

no test coverage detected