LUMIERA.clone/tests/51-gui-model.tests
Ichthyostega 42c2569bb8 test driven planning
next steps will be to invent a mock UI element
and then to wire and operat this mock through the UI-Bus
2015-11-26 22:23:43 +01:00

27 lines
532 B
Text

TESTING "Component Test Suite: GUI Model Parts" ./test-suite --group=gui
TEST "Self-check: testing GUI backbone parts" TestGui_test <<END
return: 0
END
PLANNED "the abstracted tangible UI element" AbstractTangible_test <<END
return: 0
END
PLANNED "building block of the UI-Bus" BusTerm_test <<END
return: 0
END
PLANNED "Concept demonstration: retrieve session contents" SessionStructureMapping_test <<END
return: 0
END
PLANNED "Concept demonstration: update hierarchical elements" TangibleUpdate_test <<END
return: 0
END