Added link to matchers docs from readme

This commit is contained in:
Phil Nash 2017-02-14 11:24:15 +00:00
parent f88049169e
commit 044b616127

View File

@ -3,6 +3,7 @@ These are the currently documented areas of the framework. There is more to come
Before looking at this material be sure to read the [tutorial](tutorial.md)
* [Assertion macros](assertions.md)
* [Matchers](matchers.md)
* [Logging macros](logging.md)
* [Test cases and sections](test-cases-and-sections.md)
* [Test fixtures](test-fixtures.md)