Add table of contents to Tutorial

This commit is contained in:
Martin Moene 2017-08-25 09:21:40 +02:00
parent 071f49b12b
commit 9b8371cf84
1 changed files with 9 additions and 0 deletions

View File

@ -1,6 +1,15 @@
<a id="top"></a>
# Tutorial
**Contents**
[Getting Catch](#getting-catch)
[Where to put it?](#where-to-put-it)
[Writing tests](#writing-tests)
[Test cases and sections](#test-cases-and-sections)
[BDD-Style](#bdd-style)
[Scaling up](#scaling-up)
[Next steps](#next-steps)
## Getting Catch
The simplest way to get Catch is to download the latest [single header version](https://raw.githubusercontent.com/philsquared/Catch/master/single_include/catch.hpp). The single header is generated by merging a set of individual headers but it is still just normal source code in a header file.