claremacrae / ApprovalTests.cpp.Demos

Sample code for talks and demos about Approval Tests in C++

Home Page:https://claremacrae.co.uk/conferences/presentations.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ApprovalTests.cpp Demo code

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

About

Sample code for talks and demos about Approval Tests in C++

https://claremacrae.co.uk/conferences/presentations.html

License:Apache License 2.0


Languages

Language:C++ 92.8%Language:CMake 7.2%