ITK Testing Macros should be prefixed with ITK_ #940
Labels
Good first issue
A good issue for community members new to contributing
type:Style
Style changes: no logic impact (indentation, comments, naming)
Description
In general we should have an ITK prefix for macros so we know where they come from and avoid conflicts. However, this should be the case with all the testing macros:
https://github.com/InsightSoftwareConsortium/ITK/blob/master/Modules/Core/TestKernel/include/itkTestingMacros.h
Expected coding style
ITK Macros should be prefixed with ITK_
Actual coding style
There are inconsistencies.
The text was updated successfully, but these errors were encountered: