The Test Adapter for Boost.Test is a fork by Microsoft of the existing Boost Unit Test Adapter Visual Studio extension by ETAS GmbH, supporting Visual Studio 2017. The adapter automatically discovers unit tests and enables IDE tools to run and manage the tests, see test execution results, and for VS Enterprise users, check code coverage. The original project (supporting Visual Studio 2015) can be found at: https://github.com/etas/vs-boost-unit-test-adapter.
Refer to http://www.boost.org/ for detailed information about the Boost libraries.
In order to use/develop the Boost Unit Test Adapter, the following components must be available:
- Microsoft Visual Studio. The following versions are supported:
- Visual Studio 2017 (Community, Professional, Enterprise).
Please refer to the original project wiki for further information.