Click here to Skip to main content
15,881,882 members
Articles / DevOps / Unit Testing

doctest - The Lightest C++ Unit Testing Framework

Rate me:
Please Sign up or sign in to vote.
4.78/5 (12 votes)
21 Nov 2016CPOL7 min read 24.5K   15  
Intro to testing framework, what makes it unique and points about its capabilities
The article consists of an introduction to the testing framework, motivation behind its creation (what makes it unique) and a few important points about its capabilities.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Bulgaria Bulgaria
With 4+ years of professional experience with C++ in the game and VFX industries Viktor currently spends his time writing open source software. His interests are the making of games and game engines and also good practices in software development – his profession is his hobby.

Personal site: http://onqtam.github.io/

Comments and Discussions