From 044b6161279b31008987565f696ef97f8543dc29 Mon Sep 17 00:00:00 2001 From: Phil Nash Date: Tue, 14 Feb 2017 11:24:15 +0000 Subject: [PATCH] Added link to matchers docs from readme --- docs/Readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/Readme.md b/docs/Readme.md index c70bcdf9..1d84c665 100644 --- a/docs/Readme.md +++ b/docs/Readme.md @@ -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) @@ -13,7 +14,7 @@ Before looking at this material be sure to read the [tutorial](tutorial.md) * [String Conversions](tostring.md) * [Why are my tests slow to compile?](slow-compiles.md) * [Known limitations](limitations.md) - + Other * [Why Catch?](why-catch.md)