Skip to content

Add Documentation for Google Test (gtest) in C++ #14

@mrshaw01

Description

@mrshaw01

Introduce a section explaining how to use Google Test (gtest) for unit testing in C++ projects.

Suggested Content:

  • Installation and setup (via CMake or manually)
  • Writing basic test cases with TEST and EXPECT_*
  • Test fixtures and parameterized tests
  • Example: test a simple class or function
  • Running tests and interpreting output

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions