Go to the source code of this file.
|
| int | main (int argc, char **argv) |
| |
◆ main()
| int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
Definition at line 31 of file unittest.cpp.
37 _CrtMemState memoryState = { 0 };
39 _CrtMemCheckpoint(&memoryState);
48 _CrtMemDumpAllObjectsSince(&memoryState);
GTEST_API_ void InitGoogleTest(int *argc, char **argv)
#define RAPIDJSON_VERSION_STRING
Version of RapidJSON in "<major>.<minor>.<patch>" string format.
int RUN_ALL_TESTS() GTEST_MUST_USE_RESULT_