etas / vs-boost-unit-test-adapter

Boost Test Adapter is available as an extension for Microsoft Visual Studio. It makes use of the Unit Test Explorer (UTE) provided by Microsoft to visualize and run unit test cases that are written using open source Boost Test Library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build status

Development of this adapter has been moved to Microsoft fork

Visual Studio now ships with Boost.Test support. As of Visual Studio 2017 15.5 Preview 3, you can write, discover, and run all of your Boost.Test unit tests using Visual Studio’s testing tools right out of the box.

The Microsoft adapter is a fork of this adapter. Microsoft aims to be transparent with their work on this test adapter and maintain the spirit of the original project by keeping it open source. In addition, this gives you the chance to contribute changes and help improve this adapter going forward, or even get inspired to write your own adapters for other test frameworks. Check out the Microsoft fork on GitHub via the link below:

I like to thank all developer and contributors for their great work during the last years and would like to ask you to continue your work on the Microsoft fork.

Deprecated: Boost Unit Test Adapter for Microsoft Visual Studio 2015

Introduction

The Boost Unit Test Adapter is available as a free extension for Microsoft Visual Studio. It makes use of the Unit Test Explorer (UTE) provided by Microsoft in the Visual Studio IDE to visualize and run unit test cases that are written using the open source Boost Unit Test Framework libraries. Boost provides free, peer-reviewed, portable C++ source libraries. Boost libraries are intended to be widely useful and usable across a broad spectrum of applications. Boost works on almost any modern operating system, including UNIX and Windows variants.

Refer to http://www.boost.org/ for detailed information about the Boost libraries.

Pre-Requisites

In order to use/develop the Boost Unit Test Adapter, the following components must be available:

  • Boost Libraries. The following versions are supported:
    • Boost 1.60 and greater
  • Microsoft Visual Studio. The following versions are supported:
    • Visual Studio 2015 (Community, Professional, Enterprise).

License

Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

More...

Please refer to the project wiki for further information.

About

Boost Test Adapter is available as an extension for Microsoft Visual Studio. It makes use of the Unit Test Explorer (UTE) provided by Microsoft to visualize and run unit test cases that are written using open source Boost Test Library.

License:Boost Software License 1.0


Languages

Language:C# 95.7%Language:Smalltalk 3.8%Language:ANTLR 0.5%Language:Batchfile 0.0%