News

New Catch2 Offering for C++ Adds to VS Code Test Explorers

A brand-new C++ offering for Catch2 highlights the growing body of test explorers for the cross-platform, open source Visual Studio Code editor available in its marketplace.

Catch2 Test Explorer for Visual Studio Code, published by Mate Pek on Aug. 25, lets developers run Catch2 tests using the existing Test Explorer UI for VS Code from Holger Benl.

Catch2, on GitHub, is "a modern, C++-native, header-only, test framework for unit-tests, TDD and BDD - using C++11, C++14, C++17 and later (or C++03 on the Catch1.x branch)."

The name stands for C++ Automated Test Cases in a Header, and it's described as a multi-paradigm C++ test framework that also supports Objective-C (and maybe C). "It is primarily distributed as a single header file, although certain extensions may require additional headers," the project states.

Catch2 Test Explorer joins a bevy of other test explorers available in the Visual Studio Code Marketplace, with several authored by Benl, who in addition to Test Explorer UI has also published:

Other test explorers available include:

  • .NET Core Test Explorer, from Jun Han. Popularity-wise, this leads the pack with more than 83,000 installs an average 4.8 rating (on scale to 5) from six developers who reviewed it.
  • Unit Test Explorer, from Gabriel Parelli Francischini, with 969 installs.
  • Google Test Explorer, from OpenNingia, with 590 installs.

Pek said he plans on improving his new offering, which has been installed 10 time since its introduction a couple days ago, by refactoring code, improving the XML parser and improving logging.

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube