We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c835cb commit a1c2c83Copy full SHA for a1c2c83
SoftwareGuide/Latex/Appendices/CodingStyleGuide.tex
@@ -3571,7 +3571,7 @@ \subsection{Code Layout in Tests}
3571
\item \code{foo} class instantiation and basic object checks (e.g.
3572
\code{ITK\_EXERCISE\_BASIC\_OBJECT\_METHODS}).
3573
\item \code{foo} class properties' input argument read and test (e.g. using the
3574
-macros in \code{itkTestingMacro.h}, such as \code{ITK\_TEST\_SET\_GET\_OBJECT}, etc.).
+macros in \code{itkTestingMacro.h}, such as \code{ITK\_TEST\_SET\_GET\_VALUE}, etc.).
3575
\item \code{foo} class \code{Update()}.
3576
\item Regression checks.
3577
\item Output image write.
0 commit comments