mirror of
https://github.com/catchorg/Catch2.git
synced 2025-03-13 14:24:47 +01:00

- as well as use by C++11 conformant compilers now enabled for VS2013 on too (see #479) - updated docs with this (and long long and override support)
These are the currently documented areas of the framework. There is more to come.
Before looking at this material be sure to read the tutorial
- Assertion macros
- Logging macros
- Test cases and sections
- Test fixtures
- Command line
- Build systems
- Supplying your own main()
- Configuration
- String Conversions
- Why are my tests slow to compile?
Other