TestEqStructure (open)
Tests if a value follows a structure
Syntax
LOADLIB "mod::system/lib/testframework.whlib";
MACRO TestEqStructure(VARIANT expect, VARIANT input, STRING annotation)
Parameters
VARIANT expect
Expected structure - only types of cells are used. Records should have a template structure
VARIANT input
Gotten value
STRING annotation
Message to display when the test fails