URL fixed

This commit is contained in:
Eldar Zakirov 2016-05-06 22:44:35 +03:00 committed by Martin Hořeňovský
parent 7255be28cc
commit ccc34b63b6
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
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#testCasesAndSections).
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).
Test cases and sections are very easy to use in practice: