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.
Xcode の OCUnit サポートで使用する ObjC 単体テストをいくつか作成しました。今、私が書こうとしているいくつかの C++ コード (別の静的ライブラリ) に対して同じことをしたいと思います。
Xcode で CppUnit (または他の C++ テスト フレームワーク) などのサポートはありますか? サポートを書くときは、テストを実行して結果を Xcode GUI に表示したいという意味です。
Google C++ Testing Frameworkを見たことがありますか? それはかなり移植性があるはずです。