Define THEN
Synopsis
#include <include/catch.hpp>
#define THEN(desc)
Description
No description yet.
Mentioned in
- Tutorial / BDD-Style
- Writing tests / Test Cases And Sections / BDD-style test cases
Source
Line 299 in include/catch.hpp.
#define THEN(desc) \
INTERNAL_CATCH_DYNAMIC_SECTION( " Then: " << desc )