1

In C# .Net there is nice Microsoft.VisualStudio.TestTools.UnitTesting framework that is integrated into IDE. Is there any extension for visual studio (2012 or 2013) that would do similar IDE test framework integration (for boost.test or any onter C++ testing framework)?

4

2 回答 2

1

有 CppUnitTestFramework,看这里:http: //msdn.microsoft.com/en-us/library/hh694604.aspx

它集成在 IDE 中,并带有一个非常有用的代码覆盖工具。

于 2013-07-04T12:34:17.823 回答
0

There is Boost Unit Test Adapter for VS2012 (but not VS2013).

于 2014-08-08T21:40:17.897 回答