Include dependency graph for itkTestingMacros.h:Go to the source code of this file.
Namespaces | |
| namespace | itk |
Macros | |
| #define | EXERCISE_BASIC_OBJECT_METHODS static_assert(false, "Replace EXERCISE_BASIC_OBJECT_METHODS with ITK_EXERCISE_BASIC_OBJECT_METHODS") |
| #define | ITK_EXERCISE_BASIC_OBJECT_METHODS(object, ClassName, SuperclassName) |
| #define | ITK_TEST_EXPECT_EQUAL(lh, rh) |
| #define | ITK_TEST_EXPECT_EQUAL_STATUS_VALUE(lh, rh, statusVal) |
| #define | ITK_TEST_EXPECT_TRUE(command) |
| #define | ITK_TEST_EXPECT_TRUE_STATUS_VALUE(command, statusVal) |
| #define | ITK_TEST_SET_GET(variable, command) |
| #define | ITK_TEST_SET_GET_BOOLEAN(object, variable, value) |
| #define | ITK_TEST_SET_GET_NULL_VALUE(command) |
| #define | ITK_TEST_SET_GET_VALUE(variable, command) |
| #define | ITK_TRY_EXPECT_EXCEPTION(command) |
| #define | ITK_TRY_EXPECT_NO_EXCEPTION(command) |
| #define | itkNameOfTestExecutableMacro(argv) |
| #define | TEST_EXPECT_EQUAL static_assert(false, "Replace TEST_EXPECT_EQUAL with ITK_TEST_EXPECT_EQUAL") |
| #define | TEST_EXPECT_EQUAL_STATUS_VALUE "Replace TEST_EXPECT_EQUAL_STATUS_VALUE with ITK_TEST_EXPECT_EQUAL_STATUS_VALUE" |
| #define | TEST_EXPECT_TRUE static_assert(false, "Replace TEST_EXPECT_TRUE with ITK_TEST_EXPECT_TRUE") |
| #define | TEST_EXPECT_TRUE_STATUS_VALUE static_assert(false, "Replace TEST_EXPECT_TRUE_STATUS_VALUE with ITK_TEST_EXPECT_TRUE_STATUS_VALUE") |
| #define | TEST_SET_GET static_assert(false, "Replace TEST_SET_GET with ITK_TEST_SET_GET") |
| #define | TEST_SET_GET_BOOLEAN static_assert(false, "Replace TEST_SET_GET_BOOLEAN with ITK_TEST_SET_GET_BOOLEAN") |
| #define | TEST_SET_GET_NULL_VALUE static_assert(false, "Replace TEST_SET_GET_NULL_VALUE with ITK_TEST_SET_GET_NULL_VALUE") |
| #define | TEST_SET_GET_VALUE static_assert(false, "Replace TEST_SET_GET_VALUE with ITK_TEST_SET_GET_VALUE") |
| #define | TRY_EXPECT_EXCEPTION static_assert(false, "Replace TRY_EXPECT_EXCEPTION with ITK_TRY_EXPECT_EXCEPTION") |
| #define | TRY_EXPECT_NO_EXCEPTION static_assert(false, "Replace TRY_EXPECT_NO_EXCEPTION with ITK_TRY_EXPECT_NO_EXCEPTION") |
| #define EXERCISE_BASIC_OBJECT_METHODS static_assert(false, "Replace EXERCISE_BASIC_OBJECT_METHODS with ITK_EXERCISE_BASIC_OBJECT_METHODS") |
Definition at line 38 of file itkTestingMacros.h.
| #define ITK_EXERCISE_BASIC_OBJECT_METHODS | ( | object, | |
| ClassName, | |||
| SuperclassName ) |
Definition at line 60 of file itkTestingMacros.h.
| #define ITK_TEST_EXPECT_EQUAL | ( | lh, | |
| rh ) |
Definition at line 170 of file itkTestingMacros.h.
| #define ITK_TEST_EXPECT_EQUAL_STATUS_VALUE | ( | lh, | |
| rh, | |||
| statusVal ) |
Definition at line 152 of file itkTestingMacros.h.
| #define ITK_TEST_EXPECT_TRUE | ( | command | ) |
Definition at line 134 of file itkTestingMacros.h.
| #define ITK_TEST_EXPECT_TRUE_STATUS_VALUE | ( | command, | |
| statusVal ) |
Definition at line 117 of file itkTestingMacros.h.
| #define ITK_TEST_SET_GET | ( | variable, | |
| command ) |
Definition at line 189 of file itkTestingMacros.h.
| #define ITK_TEST_SET_GET_BOOLEAN | ( | object, | |
| variable, | |||
| value ) |
Definition at line 227 of file itkTestingMacros.h.
| #define ITK_TEST_SET_GET_NULL_VALUE | ( | command | ) |
Definition at line 215 of file itkTestingMacros.h.
| #define ITK_TEST_SET_GET_VALUE | ( | variable, | |
| command ) |
Definition at line 201 of file itkTestingMacros.h.
| #define ITK_TRY_EXPECT_EXCEPTION | ( | command | ) |
Definition at line 86 of file itkTestingMacros.h.
| #define ITK_TRY_EXPECT_NO_EXCEPTION | ( | command | ) |
Definition at line 103 of file itkTestingMacros.h.
| #define itkNameOfTestExecutableMacro | ( | argv | ) |
The name of the executable, argv[0], is not always available as argv[0] may be null. In that case, use the name of the test function.
Definition at line 262 of file itkTestingMacros.h.
| #define TEST_EXPECT_EQUAL static_assert(false, "Replace TEST_EXPECT_EQUAL with ITK_TEST_EXPECT_EQUAL") |
Definition at line 46 of file itkTestingMacros.h.
| #define TEST_EXPECT_EQUAL_STATUS_VALUE "Replace TEST_EXPECT_EQUAL_STATUS_VALUE with ITK_TEST_EXPECT_EQUAL_STATUS_VALUE" |
Definition at line 45 of file itkTestingMacros.h.
| #define TEST_EXPECT_TRUE static_assert(false, "Replace TEST_EXPECT_TRUE with ITK_TEST_EXPECT_TRUE") |
Definition at line 44 of file itkTestingMacros.h.
| #define TEST_EXPECT_TRUE_STATUS_VALUE static_assert(false, "Replace TEST_EXPECT_TRUE_STATUS_VALUE with ITK_TEST_EXPECT_TRUE_STATUS_VALUE") |
Definition at line 42 of file itkTestingMacros.h.
| #define TEST_SET_GET static_assert(false, "Replace TEST_SET_GET with ITK_TEST_SET_GET") |
Definition at line 47 of file itkTestingMacros.h.
| #define TEST_SET_GET_BOOLEAN static_assert(false, "Replace TEST_SET_GET_BOOLEAN with ITK_TEST_SET_GET_BOOLEAN") |
Definition at line 50 of file itkTestingMacros.h.
| #define TEST_SET_GET_NULL_VALUE static_assert(false, "Replace TEST_SET_GET_NULL_VALUE with ITK_TEST_SET_GET_NULL_VALUE") |
Definition at line 49 of file itkTestingMacros.h.
| #define TEST_SET_GET_VALUE static_assert(false, "Replace TEST_SET_GET_VALUE with ITK_TEST_SET_GET_VALUE") |
Definition at line 48 of file itkTestingMacros.h.
| #define TRY_EXPECT_EXCEPTION static_assert(false, "Replace TRY_EXPECT_EXCEPTION with ITK_TRY_EXPECT_EXCEPTION") |
Definition at line 40 of file itkTestingMacros.h.
| #define TRY_EXPECT_NO_EXCEPTION static_assert(false, "Replace TRY_EXPECT_NO_EXCEPTION with ITK_TRY_EXPECT_NO_EXCEPTION") |
Definition at line 41 of file itkTestingMacros.h.