How to tag a testcase

James Wilkinson
2013-06-25 13:30:48 -07:00
parent c801893774
commit 6c5f4a3a68

@@ -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