mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-07 14:44:45 +02:00
How to tag a testcase
@@ -80,6 +80,8 @@ Tags can be negated with the `~` character. This removed matching tests from the
|
|||||||
|
|
||||||
matches all tests tagged `[one]`, except those also tagged `[two]`
|
matches all tests tagged `[one]`, except those also tagged `[two]`
|
||||||
|
|
||||||
|
Test cases are tagged by specifying the tag in the second parameter to the TEST_CASE family of macros.
|
||||||
|
|
||||||
<a name="reporter" />
|
<a name="reporter" />
|
||||||
## Choosing a reporter to use
|
## Choosing a reporter to use
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user