Docs progress

This commit is contained in:
Phil Nash
2013-06-07 19:09:38 +01:00
parent 786959d535
commit f3592f2102
5 changed files with 61 additions and 5 deletions

View File

@@ -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)