32 lines
624 B
Text
32 lines
624 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
|
|
|
|
|
|
TEST "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
|