mirror of https://github.com/procxx/kepka.git
subrepo: subdir: "Telegram/ThirdParty/Catch" merged: "11c89a5f7" upstream: origin: "https://github.com/catchorg/Catch2" branch: "master" commit: "11c89a5f7" git-subrepo: version: "0.3.1" origin: "https://github.com/ingydotnet/git-subrepo" commit: "a7ee886" |
||
|---|---|---|
| .. | ||
| Readme.md | ||
| assertions.md | ||
| build-systems.md | ||
| command-line.md | ||
| commercial-users.md | ||
| configuration.md | ||
| contributing.md | ||
| event-listeners.md | ||
| limitations.md | ||
| list-of-examples.md | ||
| logging.md | ||
| matchers.md | ||
| opensource-users.md | ||
| own-main.md | ||
| release-notes.md | ||
| release-process.md | ||
| reporters.md | ||
| slow-compiles.md | ||
| test-cases-and-sections.md | ||
| test-fixtures.md | ||
| tostring.md | ||
| tutorial.md | ||
| why-catch.md | ||
Readme.md
Reference
To get the most out of Catch2, start with the tutorial. Once you're up and running consider the following reference material.
Writing tests:
- Assertion macros
- Matchers
- Logging macros
- Test cases and sections
- Test fixtures
- Reporters
- Event Listeners
Fine tuning:
Running:
FAQ:
Other: