TestAssert (open)

Test if an expression is TRUE

Syntax

LOADLIB "mod::system/lib/testframework.whlib";

MACRO TestAssert(BOOLEAN to_assert, STRING annotation)

Parameters

BOOLEAN to_assert

Value that must be TRUE

STRING annotation

Message to display when the test fails