Skip to main content

valueIsFalse

Short summary

This assertion method checks if the current value is FALSE

Parameters

NameTypeCommentKind
currentValueBOOLcurrent value to checkinput
messageAssertMessagemessage if the assertion is falseinput

Code

Declaration

METHOD valueIsFalse
VAR_INPUT
(* current value to check *)
currentValue :BOOL;
(* message if the assertion is false *)
message :AssertMessage;
END_VAR