Skip to content

Commit

Permalink
Merge pull request #344 from therocode/patch-1
Browse files Browse the repository at this point in the history
Update test-fixtures.md
  • Loading branch information
philsquared committed Dec 30, 2014
2 parents 060b65b + e26e156 commit b9ec8a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/test-fixtures.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Although Catch allows you to group tests together as sections within a test case, it can still 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:
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++
class UniqueTestsFixture {
Expand Down Expand Up @@ -29,4 +29,4 @@ The two test cases here will create uniquely-named derived classes of UniqueTest
---
[Home](../README.md)
[Home](../README.md)

0 comments on commit b9ec8a1

Please sign in to comment.