⬇️ Download the latest version (v.10.13.0) of the single header file here.
- What are Approval Tests?
- Requirements
- Getting Started
- ToString (ostream insertion)
- What's new?
- Feedback
Also known as Golden Master Tests or Snapshot Testing, Approval Tests are an alternative to asserts. If you are unfamiliar with them, we have an overview and a tutorial.
They are great for testing objects with lots of fields, or lists of objects.
- C++11 (or above) compiler
- Mac/Linux/Windows
- One of: GoogleTest, Catch2, CppUTest, doctest, Boost.Test, [Boost].UT
- Download The Approval.cpp Starter Project
- Read the Getting Started page
- Set up your main file.
- Read the User Guide on Read the Docs or on GitHub.
- Watch the Videos
Often, you will need to create functions to allow objects to print their state. This is commonly done with an ostream << operator
.
You can find examples here: To String
Check out the Features page or upcoming release notes to see what we've been working on lately, or browse the past release notes.
If you have any comment or suggestion on this documentation, please email Llewellyn or Clare via the details in the Contributing page.