ApprovalTests.cpp Demo code

December 21, 2020 ยท View on GitHub

Introduction

Build Status

Code samples and information for various talks and demos on ApprovalTests.cpp.

The samples here demonstrate use of ApprovalTests.cpp, which is the C++ implementation of Llewellyn Falco's Approval Tests approach to testing legacy and hard-to-test code.

Branches

This evolving repo contains demos used in multiple different talks over time.

There will be different branches for each successive generation of the code, differing in things like which versions of ApprovalTests.cpp and other 3rd-party libraries are used.

Talks and presentations

For more information, see my list of talks and presentations, with links to any slides and recordings.

ApprovalTests.cpp code samples

Purpose of the sub-directories in this repo:

Samples elsewhere