TestEqMembers (open)
Compare specific cells of two values (recursive)
Syntax
LOADLIB "mod::system/lib/testframework.whlib";
MACRO TestEqMembers(VARIANT expected, VARIANT actual, STRING memberstext, STRING annotation)Parameters
VARIANT expectedExpected value
VARIANT actualGotten value
STRING memberstextComma-separated list of members to check. Use '*' as first member to match all, and -<cellname> to excluded members after that.
STRING annotationMessage to display when the test fails