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 expectExpected structure - only types of cells are used. Records should have a template structure
VARIANT inputGotten value
STRING annotationMessage to display when the test fails