Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
STYLE: Use testing macros in
itkFancyStringTest.cxx
Use testing macros in `itkFancyStringTest.cxx`: - Use the `ITK_TRY_EXPECT_EXCEPTION` macro in lieu of `try/catch` blocks to check for expected exceptions for the sake of readability and compactness, and to save typing/avoid boilerplate code.
- Loading branch information