next steps will be to invent a mock UI element and then to wire and operat this mock through the UI-Bus
27 lines
532 B
Text
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
|