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.
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.