LUMIERA.clone/tests/51-gui-model.tests
Ichthyostega d57af50ad6 state manager storage implemented and covered by unit test
sigh.
If you want to feel slick and cool,
never dare to write any unit test....
2016-02-13 22:55:59 +01:00

32 lines
627 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
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
PLANNED "Concept demonstration: update hierarchical elements" TangibleUpdate_test <<END
return: 0
END