Skip to content

doytsujin/ApprovalTests.cpp

 
 

Repository files navigation

Approval Tests for C++

Build Status Build status Actions Status Documentation Status License Contributor Covenant

⬇️ Download the latest version (v.10.4.0) of the single header file here.

📖 Read the Docs

📆 We are running an ApprovalTests.cpp online course in November 2020.

Contents

What are Approval Tests?

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.

Requirements

Getting Started

ToString (ostream insertion)

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

What's new?

Check out the Features page or upcoming release notes to see what we've been working on lately, or browse the past release notes.

Feedback

If you have any comment or suggestion on this documentation, please email Llewellyn or Clare via the details in the Contributing page.

About

Native ApprovalTests for C++ on Linux, Mac and Windows

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 69.0%
  • Python 18.6%
  • CMake 10.5%
  • Shell 1.0%
  • C 0.8%
  • sed 0.1%