Checks whether the expressions are equal in assertive programming and in automated test mode.
// The function should return 0
dbgCheckEqual(CalcFunction(), 0)
Syntax
dbgCheckEqual(<Obtained expression> , <Expected expression> [, <Comments> [, <Parameter 1> [... [, <Parameter N>]]]])
<Obtained expression>: Character string
Expression corresponding to the obtained result.
<Expected expression>: Character string
Expression corresponding to the expected result.
<Comments>: Character string
Character string in the format defined by StringBuild.
<Parameter 1>: Any type
First parameter expected by <Comments>.
<Parameter N>: Any type
Last parameter expected by <Comments>.
Business / UI classification: Neutral code