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 for Converge360.

comments powered by Disqus

Featured

  • Creating Reactive Applications in .NET

    In modern applications, data is being retrieved in asynchronous, real-time streams, as traditional pull requests where the clients asks for data from the server are becoming a thing of the past.

  • AI for GitHub Collaboration? Maybe Not So Much

    No doubt GitHub Copilot has been a boon for developers, but AI might not be the best tool for collaboration, according to developers weighing in on a recent social media post from the GitHub team.

  • Visual Studio 2022 Getting VS Code 'Command Palette' Equivalent

    As any Visual Studio Code user knows, the editor's command palette is a powerful tool for getting things done quickly, without having to navigate through menus and dialogs. Now, we learn how an equivalent is coming for Microsoft's flagship Visual Studio IDE, invoked by the same familiar Ctrl+Shift+P keyboard shortcut.

  • .NET 9 Preview 3: 'I've Been Waiting 9 Years for This API!'

    Microsoft's third preview of .NET 9 sees a lot of minor tweaks and fixes with no earth-shaking new functionality, but little things can be important to individual developers.

  • Data Anomaly Detection Using a Neural Autoencoder with C#

    Dr. James McCaffrey of Microsoft Research tackles the process of examining a set of source data to find data items that are different in some way from the majority of the source items.

Subscribe on YouTube