ExpectWorkErrors (open)
Expect work errors, auto 'ok' them
Syntax
LOADLIB "mod::tollium/lib/testframework.whlib";
OBJECT FUNCTION ExpectWorkErrors(MACRO PTR call, RECORD options)Parameters
MACRO PTR callCall to trigger the work errors
RECORD optionsBOOLEAN awaitcallExpect the trigger call to return after answering the messagebox
STRING messagemaskLike-mask for the expected message
Return value
OBJECTexpectcallreturnExpect call that requires the trigger-call to have finished (not usable when using awaitcall)