|
|
|
|
|
TestCheckEqual (Function) In french: TestVérifieEgalité Checks whether the expressions are equal in assertive programming and in automated test mode. // The function should return 0 TestCheckEqual(CalcFunction(), 0)
Syntax
TestCheckEqual(<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 Nth parameter expected by <Comments>. Business / UI classification: Neutral code
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|