Add SUCCEED and FAIL docs next to SKIP docs

This commit is contained in:
Martin Hořeňovský
2023-01-12 16:22:56 +01:00
parent 367c2cb248
commit 16f48f8c7c
4 changed files with 48 additions and 6 deletions

View File

@@ -11,7 +11,7 @@ Once you're up and running consider the following reference material.
* [Logging macros](logging.md#top)
* [Test cases and sections](test-cases-and-sections.md#top)
* [Test fixtures](test-fixtures.md#top)
* [Skipping tests at runtime](skipping.md#top)
* [Explicitly skipping, passing, and failing tests at runtime](skipping-passing-failing.md#top)
* [Reporters (output customization)](reporters.md#top)
* [Event Listeners](event-listeners.md#top)
* [Data Generators (value parameterized tests)](generators.md#top)