Skip to content

Commit a1c2c83

Browse files
jhlegarretadzenanz
authored andcommitted
DOC: Fix testing macro name
Fix testing macro name: `TEST_SET_GET_OBJECT` does not exist as a testing macro (or as any other macro in ITK).
1 parent 4c835cb commit a1c2c83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SoftwareGuide/Latex/Appendices/CodingStyleGuide.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3571,7 +3571,7 @@ \subsection{Code Layout in Tests}
35713571
\item \code{foo} class instantiation and basic object checks (e.g.
35723572
\code{ITK\_EXERCISE\_BASIC\_OBJECT\_METHODS}).
35733573
\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.).
3574+
macros in \code{itkTestingMacro.h}, such as \code{ITK\_TEST\_SET\_GET\_VALUE}, etc.).
35753575
\item \code{foo} class \code{Update()}.
35763576
\item Regression checks.
35773577
\item Output image write.

0 commit comments

Comments
 (0)