mirror of
https://github.com/catchorg/Catch2.git
synced 2025-11-05 14:39:32 +01:00
Add page titles
This commit is contained in:
committed by
Martin Hořeňovský
parent
dee61df274
commit
071f49b12b
@@ -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++
|
||||
|
||||
Reference in New Issue
Block a user