Showing results for August 2017 - Page 2 of 2 - C++ Team Blog

Aug 4, 2017
Post comments count0
Post likes count0

C++ Unit Testing Updates: Announcing Boost.Test Adapter and Improved Google Test Support

Augustin Popa
Augustin Popa

Back in May, the C++ team announced the Test Adapter for Google Test – a Visual Studio extension that allows you to run and manage your Google Test-based unit tests directly in Visual Studio. You can do this using the Test Explorer window, and, if you’re a Visual Studio Enterprise user, you can run a code coverage analysis to check for code that is...

C++