Skip to content
| Marketplace
Sign in
Visual Studio>Tools>Test Adapter for CppUnitTestFramework
Test Adapter for CppUnitTestFramework

Test Adapter for CppUnitTestFramework

drleq

|
1,466 installs
| (0) | Free
Test Adapter for use with CppUnitTestFramework.
Download

CppUnitTestFramework Test Adapter

This extension is a Visual Studio 2017 Test Adapter that integrates with the CppUnitTestFramework unit testing library.

Configuration

Each workspace can be configured through the .runsettings file using a section named <CppUnitTestFramework>. The following settings are available:

Property Description
Enabled Optional: Explicitly enables or disables the test adapter. Defaults to true.
WorkingDirectory Optional: The working directory to use when running the unit test executable. Can be absolute or relative to the solution. Defaults to the executable directory.
Environment Optional: A map of additional environment variables to apply when running the unit test executable.
DebugLogging Optional: Enabled debug logging for the extension. Defaults to false.

v1.3.0

  • Bring version in line with VSCode extension, and port fixes
  • Update metadata for VS2022 compatability
  • Enable debugging from the Test Explorer sidebar

v0.3.0

  • Initial implementation. Starting at v0.3.0 to match VSCode test adapter.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft