Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我编写了一些 ObjC 单元测试,用于 Xcode 中的 OCUnit 支持。现在我想对我即将编写的一些 C++ 代码(一个单独的静态库)做同样的事情。
Xcode 中是否支持例如 CppUnit(或其他一些 C++ 测试框架)?当我编写支持时,我的意思是我想运行测试并在 Xcode GUI 中显示结果。
您看过Google C++ 测试框架吗?那个应该很便携。