|
#define | MITK_TEST_OUTPUT_NO_ENDL(x) |
| Output some text without generating a terminating newline. Include. More...
|
|
#define | MITK_TEST_OUTPUT(x) |
| Output some text. More...
|
|
#define | MITK_TEST_BEGIN(testName) |
| Do some general test preparations. Must be called first in the main test function. More...
|
|
#define | MITK_TEST_FAILED_MSG(MSG) |
| Fail and finish test with message MSG. More...
|
|
#define | MITK_TEST_END() |
| Must be called last in the main test function. More...
|
|
#define | MITK_TEST_CONDITION(COND, MSG) |
|
#define | MITK_TEST_CONDITION_REQUIRED(COND, MSG) |
|
#define | MITK_TEST_FOR_EXCEPTION_BEGIN(EXCEPTIONCLASS) |
| Begin block which should be checked for exceptions. More...
|
|
#define | MITK_TEST_FOR_EXCEPTION_END(EXCEPTIONCLASS) |
|
#define | MITK_TEST_FOR_EXCEPTION(EXCEPTIONCLASS, STATEMENT) |
| Simplified version of MITK_TEST_FOR_EXCEPTION_BEGIN / END for a single statement. More...
|
|
#define | MITK_ASSERT_EQUAL(EXPECTED, ACTUAL, MSG) |
| Testing macro to test if two objects are equal. More...
|
|
#define | MITK_TEST_NOT_EQUAL(OBJ1, OBJ2, MSG) |
| Testing macro to test if two objects are not equal. More...
|
|
#define | MITK_ASSERT_NOT_EQUAL(OBJ1, OBJ2, MSG) |
| Testing macro to test if two objects are not equal. More...
|
|
#define | MITK_TEST_SUITE_REGISTRATION(TESTSUITE_NAME) |
| Registers the given test suite. More...
|
|
#define | MITK_TEST(TESTMETHOD) |
| Adds a test to the current test suite. More...
|
|
#define | MITK_PARAMETERIZED_TEST(TESTMETHOD, ARGS) |
| Adds a parameterized test to the current test suite. More...
|
|
#define | MITK_PARAMETERIZED_CMD_LINE_TEST(TESTMETHOD) |
| Adds a parameterized test to the current test suite. More...
|
|
#define | MITK_PARAMETERIZED_TEST_1(TESTMETHOD, arg1) |
| Adds a parameterized test to the current test suite. More...
|
|
#define | MITK_PARAMETERIZED_TEST_2(TESTMETHOD, arg1, arg2) |
| Adds a parameterized test to the current test suite. More...
|
|