ITK
4.13.0
Insight Segmentation and Registration Toolkit
|
Go to the source code of this file.
Namespaces | |
itk | |
Macros | |
#define | EXERCISE_BASIC_OBJECT_METHODS(object, Class, SuperClass) |
#define | TEST_EXPECT_EQUAL(lh, rh) |
#define | TEST_EXPECT_EQUAL_STATUS_VALUE(lh, rh, statusVal) |
#define | TEST_EXPECT_TRUE(command) |
#define | TEST_EXPECT_TRUE_STATUS_VALUE(command, statusVal) |
#define | TEST_SET_GET(variable, command) |
#define | TEST_SET_GET_BOOLEAN(object, variable, value) |
#define | TEST_SET_GET_NULL_VALUE(command) |
#define | TEST_SET_GET_VALUE(variable, command) |
#define | TRY_EXPECT_EXCEPTION(command) |
#define | TRY_EXPECT_NO_EXCEPTION(command) |
#define EXERCISE_BASIC_OBJECT_METHODS | ( | object, | |
Class, | |||
SuperClass | |||
) |
Definition at line 37 of file itkTestingMacros.h.
#define TEST_EXPECT_EQUAL | ( | lh, | |
rh | |||
) |
Definition at line 139 of file itkTestingMacros.h.
#define TEST_EXPECT_EQUAL_STATUS_VALUE | ( | lh, | |
rh, | |||
statusVal | |||
) |
Definition at line 122 of file itkTestingMacros.h.
#define TEST_EXPECT_TRUE | ( | command | ) |
Definition at line 105 of file itkTestingMacros.h.
#define TEST_EXPECT_TRUE_STATUS_VALUE | ( | command, | |
statusVal | |||
) |
Definition at line 89 of file itkTestingMacros.h.
#define TEST_SET_GET | ( | variable, | |
command | |||
) |
Definition at line 157 of file itkTestingMacros.h.
#define TEST_SET_GET_BOOLEAN | ( | object, | |
variable, | |||
value | |||
) |
Definition at line 191 of file itkTestingMacros.h.
#define TEST_SET_GET_NULL_VALUE | ( | command | ) |
Definition at line 181 of file itkTestingMacros.h.
#define TEST_SET_GET_VALUE | ( | variable, | |
command | |||
) |
Definition at line 168 of file itkTestingMacros.h.
#define TRY_EXPECT_EXCEPTION | ( | command | ) |
Definition at line 60 of file itkTestingMacros.h.
#define TRY_EXPECT_NO_EXCEPTION | ( | command | ) |
Definition at line 76 of file itkTestingMacros.h.