objectIsNull
Short summary
This assertion method checks if object is NULL
Parameters
| Name | Type | Comment | Kind |
|---|---|---|---|
| object | CNM_AbstractObject.IObject | object which should be tested | input |
| message | AssertMessage | message if the assertion is false | input |
Code
Declaration
METHOD objectIsNull
VAR_INPUT
(* object which should be tested *)
object :CNM_AbstractObject.IObject;
(* message if the assertion is false *)
message :AssertMessage;
END_VAR