ApprovalTests.cpp
Regression tester
A testing framework for C++ that allows developers to write regression tests using snapshot comparisons
Native ApprovalTests for C++ on Linux, Mac and Windows
318 stars
18 watching
51 forks
Language: C++
last commit: 16 days ago
Linked from 2 awesome lists
approval-testapproval-testingc-plus-pluscpp11golden-masterheader-onlyregression-testingsingle-filesnapshot-testingtesting
Related projects:
Repository | Description | Stars |
---|---|---|
osrf/osrf_testing_tools_cpp | Provides common testing tools and utilities for C++ projects | 33 |
cpputest/cpputest | A unit testing and mocking framework for C/C++. | 1,371 |
unittest-cpp/unittest-cpp | A lightweight unit testing framework for C++ | 557 |
izhido/test262_harness_cpp | A C++ test harness for the Official ECMAScript Conformance Test Suite. | 3 |
microsoft/vscode-remote-try-cpp | A sample project for testing development containers with C++ | 189 |
clean-test/clean-test | A C++20 unit-testing framework with parallel execution and production-ready features | 49 |
cpp-testing/gunit | A C++ testing framework that simplifies and extends Google.Test with support for Gherkin-style tests and reduced boilerplate code. | 263 |
evgeniums/cpp-validator | A C++ header-only library for declaratively defining data validation constraints and applying them to various data structures | 58 |
nlohmann/mutate_cpp | A mutation testing tool for C++ projects to detect programming errors | 172 |
chronoxor/cppbenchmark | A performance benchmarking framework for C++ to measure and analyze code execution time and efficiency | 281 |
microsoft/cppwinrt | A C++ language projection for Windows Runtime APIs, providing access to modern Windows API. | 1,672 |
node-dot-cpp/alloc-test | Cross-platform benchmarking for memory allocators | 44 |
p-ranav/criterion | A microbenchmarking library for measuring performance of C++ code | 211 |
thekvs/cpp-serializers | Compares performance of various data serialization libraries in C++ | 730 |
r-lib/cpp11 | Enables C++ developers to interact with R objects using standard C++11 syntax and semantics | 203 |