Actual test of failing tests in the teardown().
Actual test of failing tests in the teardown().
void teardown()
{
}
{
}
#define assertFail(message)
Explicitly fail the current test case with the given message as explanation.
#define EXPECTED_FAILURE(expression, message)
Fail this test if evaluating (expression) does not result itself in a failed test.
#define TEST_SUITE_END()
Finish definition of a Test Suite started with TEST_SUITE().
#define TEST_CASE(testCaseName)
Defines a Test Case method named testCaseName within a Test Suite defined by TEST_SUITE().
#define TEST_SUITE(testSuiteName)
Defines a Test Suite named testSuiteName.