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

  • Hands On: New VS Code Insiders Build Creates Web Page from Image in Seconds

    New Vision support with GitHub Copilot in the latest Visual Studio Code Insiders build takes a user-supplied mockup image and creates a web page from it in seconds, handling all the HTML and CSS.

  • Naive Bayes Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the naive Bayes regression technique, where the goal is to predict a single numeric value. Compared to other machine learning regression techniques, naive Bayes regression is usually less accurate, but is simple, easy to implement and customize, works on both large and small datasets, is highly interpretable, and doesn't require tuning any hyperparameters.

  • VS Code Copilot Previews New GPT-4o AI Code Completion Model

    The 4o upgrade includes additional training on more than 275,000 high-quality public repositories in over 30 popular programming languages, said Microsoft-owned GitHub, which created the original "AI pair programmer" years ago.

  • Microsoft's Rust Embrace Continues with Azure SDK Beta

    "Rust's strong type system and ownership model help prevent common programming errors such as null pointer dereferencing and buffer overflows, leading to more secure and stable code."

  • Xcode IDE from Microsoft Archrival Apple Gets Copilot AI

    Just after expanding the reach of its Copilot AI coding assistant to the open-source Eclipse IDE, Microsoft showcased how it's going even further, providing details about a preview version for the Xcode IDE from archrival Apple.

Subscribe on YouTube

Upcoming Training Events