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.
Visual Studio 2010 Professional で cxxtest を使用して単体テストを行うことはできますか?
もちろん!私はそれをしました。
UnitTest.h ファイルに、UnitTest.cpp を生成するテスト生成コード (cxxtestgen.py) を実行するカスタム ビルド ステップがある vcproj テンプレートを作成するだけです。 これで、そのテンプレートから新しいプロジェクトを作成できるようになり、魅力的に機能します。