-
-
Notifications
You must be signed in to change notification settings - Fork 675
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ENH: Increase
itk::ObjectByObjectLabelMapFilter
class coverage
Increase `itk::ObjectByObjectLabelMapFilter` class coverage: - Exercise the basic object methods using the `ITK_EXERCISE_BASIC_OBJECT_METHODS` macro. - Test the Set/Get methods using the `ITK_TEST_SET_GET_VALUE` macro. - Test the boolean ivars using the `ITK_TEST_SET_GET_BOOLEAN` macro. - Add the corresponding test arguments to the appropriate `CMakeLists.txt`test driver command. - Use the `ITK_TRY_EXPECT_NO_EXCEPTION` macro to avoid boilerplate code. - Improve slightly the test style to make them more consistent (e.g. input argument checking or test finishing message).
- Loading branch information
1 parent
904a440
commit 2b1806a
Showing
2 changed files
with
33 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters