What did we do (2)?

We introduce test cases with the

TEST_CASE 

macro.

The test name must be unique. You can run sets of tests by specifying a wildcarded test name or a tag expression. All we did was define one identifier and include one header and we got everything.

We write our individual test assertions using the

REQUIRE 

macro.