sandordargo / parameterizedTestExamplesCppLinks
Providing examples for parameterized tests in C++
☆16Updated 4 years ago
Alternatives and similar repositories for parameterizedTestExamplesCpp
Users that are interested in parameterizedTestExamplesCpp are comparing it to the libraries listed below
Sorting:
- C++ project structure with Google Test (gtest) example using CMake as build system.☆115Updated 2 years ago
- Boiler plate template for C++ projects, with CMake, Doctest, Travis CI, Appveyor, Github Actions and coverage reports.☆619Updated 2 years ago
- A Modern C++ cross-platform Project Template with CMake, conan (optional), cppcheck (optional) and clang-format (optional)☆321Updated 2 months ago
- Clean C++ project for you to use. Features: Modern CMake, CPack, Doxygen, PlantUML, Catch Unit testing, static analysis☆361Updated 5 months ago
- C++ interface to gnuplot☆361Updated last year
- This project is aimed at jump-starting a C/C++ project that can build libraries, binaries and have a working unit test suite. It uses CM…☆941Updated 2 years ago
- The reference C++ unit testing framework (TDD, xUnit, C++03/11/14/17)☆208Updated 2 weeks ago
- Using gcov with cmake☆31Updated 4 years ago
- Software Architecture with C++, published by Packt☆541Updated last year
- A small c++ template with modern CMake☆325Updated 4 months ago
- Use gtest with github actions. Quickly example how to add a workflow / action to github that executes your gtest tests.☆28Updated 2 years ago
- Range-based for loops to iterate over a range of numbers or values☆314Updated last year
- Template for reliable, cross-platform C++ project setup using cmake.☆929Updated 8 months ago
- Example library that shows best practices and proper usage of CMake by using targets