diff --git a/docs/test-cases-and-sections.md b/docs/test-cases-and-sections.md index 14db55aee1..e1e60e7d9f 100644 --- a/docs/test-cases-and-sections.md +++ b/docs/test-cases-and-sections.md @@ -12,6 +12,11 @@ While Catch fully supports the traditional, xUnit, style of class-based fixtures 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). +To use the macros described on this page, include: +```cpp +#include +``` + Test cases and sections are very easy to use in practice: * **TEST_CASE(** _test name_ \[, _tags_ \] **)**