lumiera_/tests/51-gui-model.tests
Ichthyostega d3d7ea35ad Global-Layer-Renaming: fix remaining textual usages and IDs in the code
- most notably the NOBUG logging flags have been renamed now
 - but for the configuration, I'll stick to "GUI" for now,
   since "Stage" would be bewildering for an occasional user
 - in a similar vein, most documentation continues to refer to the GUI
2018-12-10 00:09:56 +01:00

37 lines
657 B
Text

TESTING "Component Test Suite: GUI Model Parts" ./test-suite --group=stage
TEST "Self-check: testing GUI backbone parts" TestGui_test <<END
return: 0
END
TEST "the abstracted tangible UI element" AbstractTangible_test <<END
return: 0
END
TEST "building block of the UI-Bus" BusTerm_test <<END
return: 0
END
PLANNED "low-level widget access" ElementAccess_test <<END
return: 0
END
TEST "managed link to widget" WLink_test <<END
return: 0
END
TEST "storage record for captured UI state" StateMapGroupingStorage_test <<END
return: 0
END
PLANNED "Concept demonstration: retrieve session contents" SessionStructureMapping_test <<END
return: 0
END