commit | e95bf48445f60e8cdb720962685d26476964cf22 | [log] [tgz] |
---|---|---|
author | Martin Hořeňovský <martin.horenovsky@gmail.com> | Mon Mar 06 13:16:43 2017 +0100 |
committer | Martin Hořeňovský <martin.horenovsky@gmail.com> | Mon Mar 06 13:16:43 2017 +0100 |
tree | 9ed6ef1e08320a58b98aa1c9f44f0178eb71594b | |
parent | 932a405e1899a6d8e5b8322d0043a90218dca402 [diff] |
Take std::string by const-ref where possible Most places already do, this brings over some forgotten places. Also close #842
The latest, single header, version can be downloaded directly using this link
Catch stands for C++ Automated Test Cases in Headers and is a multi-paradigm automated test framework for C++ and Objective-C (and, maybe, C). It is implemented entirely in a set of header files, but is packaged up as a single header for extra convenience.
This documentation comprises these three parts: