Skip to content

Commit

Permalink
Add extra explanations to some items in docs/readme.md
Browse files Browse the repository at this point in the history
This should make it easier for people to find what they need, e.g.
finding generators by looking for "value parameterized tests".
  • Loading branch information
horenmar committed Oct 15, 2022
1 parent eb73975 commit 95cd95e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/Readme.md
Expand Up @@ -6,14 +6,14 @@ Once you're up and running consider the following reference material.

**Writing tests:**
* [Assertion macros](assertions.md#top)
* [Matchers](matchers.md#top)
* [Matchers (asserting complex properties)](matchers.md#top)
* [Comparing floating point numbers](comparing-floating-point-numbers.md#top)
* [Logging macros](logging.md#top)
* [Test cases and sections](test-cases-and-sections.md#top)
* [Test fixtures](test-fixtures.md#top)
* [Reporters](reporters.md#top)
* [Reporters (output customization)](reporters.md#top)
* [Event Listeners](event-listeners.md#top)
* [Data Generators](generators.md#top)
* [Data Generators (value parameterized tests)](generators.md#top)
* [Other macros](other-macros.md#top)
* [Micro benchmarking](benchmarks.md#top)

Expand Down

0 comments on commit 95cd95e

Please sign in to comment.