mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-04 05:09:53 +01:00
15 lines
478 B
Markdown
15 lines
478 B
Markdown
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](tutorial.md)
|
|
|
|
* [Command Line](command-line.md)
|
|
* [Assertion Macros](assertions.md)
|
|
* [Test cases and sections](test-cases-and-sections.md)
|
|
* [Logging Macros](logging.md)
|
|
* [Supplying your own main()](own-main.md)
|
|
* [Test fixtures](test-fixtures.md)
|
|
* [Why are my tests slow to compile?](slow-compiles.md)
|
|
|
|
---
|
|
|
|
[Home](../README.md) |