You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jianglk.darker
7ee447c011
|
4 months ago | |
---|---|---|
.. | ||
Readme.md | 4 months ago | |
assertions.md | 4 months ago | |
benchmarks.md | 4 months ago | |
ci-and-misc.md | 4 months ago | |
cmake-integration.md | 4 months ago | |
command-line.md | 4 months ago | |
commercial-users.md | 4 months ago | |
configuration.md | 4 months ago | |
contributing.md | 4 months ago | |
deprecations.md | 4 months ago | |
event-listeners.md | 4 months ago | |
generators.md | 4 months ago | |
limitations.md | 4 months ago | |
list-of-examples.md | 4 months ago | |
logging.md | 4 months ago | |
matchers.md | 4 months ago | |
opensource-users.md | 4 months ago | |
other-macros.md | 4 months ago | |
own-main.md | 4 months ago | |
release-notes.md | 4 months ago | |
release-process.md | 4 months ago | |
reporters.md | 4 months ago | |
slow-compiles.md | 4 months ago | |
test-cases-and-sections.md | 4 months ago | |
test-fixtures.md | 4 months ago | |
tostring.md | 4 months ago | |
tutorial.md | 4 months ago | |
why-catch.md | 4 months ago |
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
- Data Generators
- Other macros
- Micro benchmarking
Fine tuning:
Running:
Odds and ends:
FAQ:
Other: