mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-03 22:05:39 +02:00
Docs progress
This commit is contained in:
@@ -92,4 +92,9 @@ Although this was a simple test it's been enough to demonstrate a few things abo
|
||||
4. We write our individual test assertions using the REQUIRE macro. Rather than a separate macro for each type of condition we express the condition naturally using C/C++ syntax. Behind the scenes a simple set of expression templates captures the left-hand-side and right-hand-side of the expression so we can display the values in our test report. As we'll see later there _are_ other assertion macros - but because of this technique the number of them is drastically reduced.
|
||||
|
||||
## Next steps
|
||||
For more specific information see the [Reference pages](reference-index.md)
|
||||
For more specific information see the [Reference pages](reference-index.md)
|
||||
|
||||
|
||||
---
|
||||
|
||||
[Home](../README.md)
|
Reference in New Issue
Block a user