catchorg / Catch2

A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch)
https://discord.gg/4CWS9zD
Boost Software License 1.0
18.54k stars 3.05k forks source link

Mention tool integration in documentation: IDE, CI, mocking ? #300

Open martinmoene opened 10 years ago

martinmoene commented 10 years ago

As the subject of integrating with IDEs, mocking frameworks and continuous integration frameworks has come up before, it may be helpful to mention these in the documentation, e.g. plans, or where to find further info.

Trass3r commented 9 years ago

Regarding Visual Studio integration: https://github.com/philsquared/Catch/issues/413

louy2 commented 8 years ago

How is the work going on? I'd really appreciate a tutorial on making Netbeans friendly to Catch.