NONIL

System Testing Test Script Language.

Syntax

NONIL

Description

NONIL is a macro that represents the value of a non-null pointer and can be used in any C expression.

NONIL is useful in a CALL or a VAR instruction. In these two cases, it verifies that the pointer does not have a null value.

Example

...

SCENARIO Main

CALL alloc_object( ) @ NONIL @ object

VAR object, VA = NONIL

...

END SCENARIO

Related Topics

CALL | VAR | NIL