ITK
5.2.0
Insight Toolkit
|
Go to the source code of this file.
Namespaces | |
itk | |
#define EXERCISE_BASIC_OBJECT_METHODS "Replace EXERCISE_BASIC_OBJECT_METHODS with ITK_EXERCISE_BASIC_OBJECT_METHODS" |
Definition at line 39 of file itkTestingMacros.h.
#define ITK_EXERCISE_BASIC_OBJECT_METHODS | ( | object, | |
ClassName, | |||
SuperclassName | |||
) |
Definition at line 66 of file itkTestingMacros.h.
#define ITK_TEST_EXPECT_EQUAL | ( | lh, | |
rh | |||
) |
Definition at line 171 of file itkTestingMacros.h.
#define ITK_TEST_EXPECT_EQUAL_STATUS_VALUE | ( | lh, | |
rh, | |||
statusVal | |||
) |
Definition at line 154 of file itkTestingMacros.h.
#define ITK_TEST_EXPECT_TRUE | ( | command | ) |
Definition at line 137 of file itkTestingMacros.h.
#define ITK_TEST_EXPECT_TRUE_STATUS_VALUE | ( | command, | |
statusVal | |||
) |
Definition at line 121 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 225 of file itkTestingMacros.h.
#define ITK_TEST_SET_GET_NULL_VALUE | ( | command | ) |
Definition at line 213 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 90 of file itkTestingMacros.h.
#define ITK_TRY_EXPECT_NO_EXCEPTION | ( | command | ) |
Definition at line 107 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 260 of file itkTestingMacros.h.
#define TEST_EXPECT_EQUAL "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 44 of file itkTestingMacros.h.
#define TEST_EXPECT_TRUE "Replace TEST_EXPECT_TRUE with ITK_TEST_EXPECT_TRUE" |
Definition at line 43 of file itkTestingMacros.h.
#define TEST_EXPECT_TRUE_STATUS_VALUE "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 "Replace TEST_SET_GET with ITK_TEST_SET_GET" |
Definition at line 47 of file itkTestingMacros.h.
#define TEST_SET_GET_BOOLEAN "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 "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 "Replace TEST_SET_GET_VALUE with ITK_TEST_SET_GET_VALUE" |
Definition at line 48 of file itkTestingMacros.h.
#define TRY_EXPECT_EXCEPTION "Replace TRY_EXPECT_EXCEPTION with ITK_TRY_EXPECT_EXCEPTION" |
Definition at line 40 of file itkTestingMacros.h.
#define TRY_EXPECT_NO_EXCEPTION "Replace TRY_EXPECT_NO_EXCEPTION with ITK_TRY_EXPECT_NO_EXCEPTION" |
Definition at line 41 of file itkTestingMacros.h.