Skip to content

Visual Studio extension that enables support for Linux remote unit testing with Google Test in the IDE

License

Notifications You must be signed in to change notification settings

fkpama/RemoteGoogleTestAdapter

Repository files navigation

Remote Test Adapter For GoogleTest - Visual Studio Package for Cross-Platform C++ Projects

Build Status Build Status

Overview

The Google Test Adapter is a Visual Studio Package (VSPackage) designed to complement the functionality of the "Test Adapter for Google Test" project. It facilitates the integration of the Google Test framework with Visual Studio Test Explorer for cross-platform C++ projects. This extension enables developers to seamlessly run and view the results of their Google Test unit tests directly within Visual Studio, even when working on Linux projects.

Features

  • Cross-Platform Support: Run and manage Google Test unit tests on cross-platform C++ projects, including Linux.
  • Visual Studio Integration: Integrate Google Test results into the Visual Studio Test Explorer for a unified testing experience.
  • Seamless Workflow: Enjoy a seamless workflow by executing and viewing test results within the familiar Visual Studio environment.

Installation

  1. Download the latest release from the GitHub Releases page.
  2. Run the installer and follow the on-screen instructions.
  3. Restart Visual Studio to activate the Google Test Adapter.

Usage

  1. Open your cross-platform C++ project in Visual Studio.
  2. Write your unit tests using the Google Test framework.
  3. Build your project.
  4. Open the Test Explorer in Visual Studio (Test > Windows > Test Explorer).
  5. Your Google Test unit tests should now appear in the Test Explorer.
  6. Run your tests and view the results directly within Visual Studio.

Checkout out Wiki for more information on usage

Configuration

The Google Test Adapter provides various configuration options to customize its behavior. These options can be accessed through the Visual Studio options menu.

To access the options:

  1. Open Visual Studio.
  2. Navigate to Tools > Options.
  3. In the left navigation pane, select Google Test Adapter.

Checkout out Wiki for more information on usage

Contributing

We welcome contributions from the community. If you find any issues or have suggestions for improvements, please open an issue or create a pull request on the GitHub repository.

License

This project is licensed under the MIT License.

Acknowledgments

  • The Google Test Adapter is built upon the Google Test framework, a powerful and widely used C++ testing library.
  • This project is complementary to the "Test Adapter for Google Test" project.

Contact

For any inquiries or support, please contact [[email protected]].


About

Visual Studio extension that enables support for Linux remote unit testing with Google Test in the IDE

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages