We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4562057 commit a211149Copy full SHA for a211149
README.md
@@ -21,7 +21,7 @@ c++ programming examples using c++11. Partly use the gtest framework.
21
此外,较早提交的文件使用的是自己写的一个小的测试框架,基类叫`Messi`, 待测试的类都继承`class Messi`,并且实现其`run`方法。测试的启动点在main.cpp里面的
22
`ELLOOP_TEST`宏。
23
内存泄露检查使用了vs自带的`crtdbg`。详见main.cpp.
24
-
+
25
26
#License
27
Files under /include/gtest/ and /libs/gtestd.lib is copied and build from Google's unit test framework - gtest.
0 commit comments