sigh. If you want to feel slick and cool, never dare to write any unit test....
32 lines
627 B
Text
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
|