![]() |
ITK
5.4.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 53 of file itkTestingMacros.h.
#define ITK_EXERCISE_BASIC_OBJECT_METHODS | ( | object, | |
ClassName, | |||
SuperclassName | |||
) |
Definition at line 87 of file itkTestingMacros.h.
#define ITK_TEST_EXPECT_EQUAL | ( | lh, | |
rh | |||
) |
Definition at line 194 of file itkTestingMacros.h.
#define ITK_TEST_EXPECT_EQUAL_STATUS_VALUE | ( | lh, | |
rh, | |||
statusVal | |||
) |
Definition at line 177 of file itkTestingMacros.h.
#define ITK_TEST_EXPECT_TRUE | ( | command | ) |
Definition at line 160 of file itkTestingMacros.h.
#define ITK_TEST_EXPECT_TRUE_STATUS_VALUE | ( | command, | |
statusVal | |||
) |
Definition at line 144 of file itkTestingMacros.h.
#define ITK_TEST_SET_GET | ( | variable, | |
command | |||
) |
Definition at line 212 of file itkTestingMacros.h.
#define ITK_TEST_SET_GET_BOOLEAN | ( | object, | |
variable, | |||
value | |||
) |
Definition at line 248 of file itkTestingMacros.h.
#define ITK_TEST_SET_GET_NULL_VALUE | ( | command | ) |
Definition at line 236 of file itkTestingMacros.h.
#define ITK_TEST_SET_GET_VALUE | ( | variable, | |
command | |||
) |
Definition at line 224 of file itkTestingMacros.h.
#define ITK_TRY_EXPECT_EXCEPTION | ( | command | ) |
Definition at line 113 of file itkTestingMacros.h.
#define ITK_TRY_EXPECT_NO_EXCEPTION | ( | command | ) |
Definition at line 130 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 283 of file itkTestingMacros.h.
#define TEST_EXPECT_EQUAL "Replace TEST_EXPECT_EQUAL with ITK_TEST_EXPECT_EQUAL" |
Definition at line 60 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 58 of file itkTestingMacros.h.
#define TEST_EXPECT_TRUE "Replace TEST_EXPECT_TRUE with ITK_TEST_EXPECT_TRUE" |
Definition at line 57 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 56 of file itkTestingMacros.h.
#define TEST_SET_GET "Replace TEST_SET_GET with ITK_TEST_SET_GET" |
Definition at line 61 of file itkTestingMacros.h.
#define TEST_SET_GET_BOOLEAN "Replace TEST_SET_GET_BOOLEAN with ITK_TEST_SET_GET_BOOLEAN" |
Definition at line 64 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 63 of file itkTestingMacros.h.
#define TEST_SET_GET_VALUE "Replace TEST_SET_GET_VALUE with ITK_TEST_SET_GET_VALUE" |
Definition at line 62 of file itkTestingMacros.h.
#define TRY_EXPECT_EXCEPTION "Replace TRY_EXPECT_EXCEPTION with ITK_TRY_EXPECT_EXCEPTION" |
Definition at line 54 of file itkTestingMacros.h.
#define TRY_EXPECT_NO_EXCEPTION "Replace TRY_EXPECT_NO_EXCEPTION with ITK_TRY_EXPECT_NO_EXCEPTION" |
Definition at line 55 of file itkTestingMacros.h.