Skip to content

Commit ca08483

Browse files
committed
增加 Google Test
1 parent e013722 commit ca08483

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

libs/cpp.wiki

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -721,6 +721,16 @@ Docs:[http://boost.org/libs/test]
721721

722722
Boost 前面已经介绍过。这是 Boost 的其中一个子库,提供了与测试相关的各种辅助工具(包括单元测试)。
723723

724+
<h4>Google Test</h4>
725+
726+
Home:[https://github.com/google/googletest]
727+
728+
Wikipedia:[https://en.wikipedia.org/wiki/Google_Test 英文]
729+
730+
这是 Google 提供的单元测试框架。从 Google Code 迁移到 GitHub 之后,又整合了 GoogleMock 项目。
731+
732+
一些知名的开源项目(Chromium、LLVM、OpenCV)用到了它。
733+
724734
<h4>CppUnit</h4>
725735

726736
Home:[http://freedesktop.org/wiki/Software/cppunit/]

0 commit comments

Comments
 (0)