From 396e0951c8b42c5a5569d5e0477274dec7d2d9ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ho=C5=99e=C5=88ovsk=C3=BD?= Date: Sat, 17 Nov 2018 11:09:15 +0100 Subject: [PATCH] Add ToC to "Test cases and sections" documentation --- docs/test-cases-and-sections.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/test-cases-and-sections.md b/docs/test-cases-and-sections.md index 49c19919..50de14bf 100644 --- a/docs/test-cases-and-sections.md +++ b/docs/test-cases-and-sections.md @@ -1,6 +1,12 @@ # Test cases and sections +**Contents**
+[Tags](#tags)
+[Tag aliases](#tag-aliases)
+[BDD-style test cases](#bdd-style-test-cases)
+[Type parametrised test cases](#type-parametrised-test-cases)
+ While Catch fully supports the traditional, xUnit, style of class-based fixtures containing test case methods this is not the preferred style. Instead Catch provides a powerful mechanism for nesting test case sections within a test case. For a more detailed discussion see the [tutorial](tutorial.md#test-cases-and-sections).