mirror of
https://github.com/catchorg/Catch2.git
synced 2025-07-06 09:35:30 +02:00
Revert "Minor typo fix"
Didn't notice the pull request was made against develop branch and not master. This reverts commit ba5d5151956f7495b63edbc7ed713905a84bae1b.
This commit is contained in:
parent
ba5d515195
commit
113b4ddc36
@ -1,4 +1,4 @@
|
|||||||
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:
|
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:
|
||||||
|
|
||||||
```c++
|
```c++
|
||||||
class UniqueTestsFixture {
|
class UniqueTestsFixture {
|
||||||
@ -29,4 +29,4 @@ The two test cases here will create uniquely-named derived classes of UniqueTest
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
[Home](Readme.md)
|
[Home](Readme.md)
|
Loading…
x
Reference in New Issue
Block a user