readme.html (1833B)
1 <!DOCTYPE html> 2 <html> 3 <title>readme</title> 4 <xmp theme="united" style="display:none;"> 5 6 Reference 7 ======= 8 9 Project: 10 11 - [Features and design goals](features.html) - the complete list of features 12 - [Community driven roadmap](https://github.com/doctest/doctest/issues/600) - upcoming features 13 - [Benchmarks](benchmarks.html) - compile-time and runtime supremacy 14 - [Contributing](../../CONTRIBUTING.html) - how to make a proper pull request 15 - [Changelog](../../CHANGELOG.html) - generated changelog based on closed issues/PRs 16 17 Usage: 18 19 - [Tutorial](tutorial.html) - make sure you have read it before the other parts of the documentation 20 - [Assertion macros](assertions.html) 21 - [Test cases, subcases and test fixtures](testcases.html) 22 - [Parameterized test cases](parameterized-tests.html) 23 - [Logging macros](logging.html) 24 - [Command line](commandline.html) 25 - [```main()``` entry point](main.html) 26 - [Configuration](configuration.html) 27 - [String conversions](stringification.html) 28 - [Reporters](reporters.html) 29 - [Extensions](extensions.html) 30 - [FAQ](faq.html) 31 - [Build systems](build-systems.html) 32 - [Examples](../../examples) 33 34 This library is free, and will stay free but needs your support to sustain its development. There are lots of [**new features**](https://github.com/doctest/doctest/issues/600) and maintenance to do. If you work for a company using **doctest** or have the means to do so, please consider financial support. 35 36 [](http://www.patreon.com/onqtam) 37 [](https://www.paypal.me/onqtam/10) 38 39 ------------ 40 41 <p align="center"><img src="../../scripts/data/logo/icon_2.svg"></p> 42 43 44 </xmp> 45 <script src="strapdown.js/strapdown.js"></script> 46 </html>