
CHESTATIC ( <class> , <attribute> , <parameter> ).
CHESTATIC ( <class> , <attribute> , <parameter> , <target system> ).
This command compares the value of a parameter <parameter> to the value of a public static attribute <attribute> of the global class <class>. Because the attribute is a static attribute, there is no need to instantiate the class.
If the comparison fails, the test script fails.
<attribute> can be a path - for example, <structure>-<field> to address parts of a structure. Here, the separator is a hyphen. The path can also have other classes. In this case the separator is a class component selector ( =>) - for example, <class>=><field>.