SOM_Expect - Remarks
The SOM_Expect macro is used to place boolean assertions that
are expected to be true into a program:
- If condition is FALSE and SOM_WarnLevel
is set to be greater than zero, then a warning message is output.
- If condition is TRUE and SOM_AssertLevel
is set to be greater than zero, then an informational message is output.
[Back: SOM_Expect - Parameters]
[Next: SOM_Expect - Expansion]