#define TTS_CASE | ( | ID | ) | [[maybe_unused]] static bool const TTS_CAT(case_,TTS_FUNCTION) = ::tts::detail::test_capture{ID} + TTS_PROTOTYPE(()) \ |
Introduces a new test scenario and registers it into the current test driver.
The code block following TTS_CASE contains user-defined code for a given test case. Test cases performing no actual tests will be reported as invalid.
ID | A literal string describing the scenario intents. |