f__assert

Purpose

Implement TTCN assertion.

Parameters

pl__assertMessage in charstring - assertion message
pl__predicate in boolean - boolean predicate

Return Value

-

Errors

-

Detailed description

At the point of this function call, the assertion predicate must be true, else assertion fails that results in a dynamic test case error To use assertion optimized build shall be switched on with switch -O2 and NDEBUG shall not be defined