Add page titles

This commit is contained in:
Martin Moene
2017-08-24 22:21:54 +02:00
committed by Martin Hořeňovský
parent dee61df274
commit 071f49b12b
5 changed files with 13 additions and 3 deletions

View File

@@ -1,4 +1,6 @@
<a id="top"></a>
# Test fixtures
Although Catch allows you to group tests together as sections within a test case, it can still be convenient, sometimes, to group them using a more traditional test fixture. Catch fully supports this too. You define the test fixture as a simple structure:
```c++