-
-
Notifications
You must be signed in to change notification settings - Fork 665
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::STAPLEImageFilter
coverage
Increase `itk::STAPLEImageFilter` coverage: - Make the test accept additional arguments to test all class instance variable Set/Get methods. - Exercise 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 other getter methods by serializing the data to the standard output. - Test exceptions using the `ITK_TRY_EXPECT_EXCEPTION` macro. Take advantage of the commit to conform to the ITK SW Guide test argument variable naming in the argument checking message.
- Loading branch information
1 parent
e99228e
commit aa76dfb
Showing
2 changed files
with
89 additions
and
14 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