Actual test of assertNullPtr(), assertValidPtr().
Actual test of assertNullPtr(), assertValidPtr().
{
}
{
}
#define assertNullPtr(first, message)
Fail this test if (first) is not a nullptr 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 assertValidPtr(first, message)
Fail this test if (first) is nullptr with the given message as explanation.
#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.