🟨 Simple testing framework used by all of the other libraries (see Testing for more details) More...
Classes | |
struct | SC::TestReport |
Collects multiple TestCase and reports their results. More... | |
struct | SC::TestCase |
A test case that can be split into multiple sections. More... | |
Macros | |
#define | SC_TEST_EXPECT(e) |
Records a test expectation (eventually aborting or breaking o n failed test) More... | |
🟨 Simple testing framework used by all of the other libraries (see Testing for more details)
#define SC_TEST_EXPECT | ( | e | ) |
#include <Testing.h>
Records a test expectation (eventually aborting or breaking o n failed test)