lumiera_/tests/51-gui-model.tests
Ichthyostega b582c35c9f Segmentation: structure analysis for splitSplice operation
There are 12 distinct cases regarding the orientation of two intervals;
The Segmentation::splitSplice() operation shall insert a new Segment
and adjust / truncate / expand / split / delete existing segments
such as to retain the *Invariant* (seamless segmentation covering
the complete time axis)
2023-05-02 04:29:34 +02:00

47 lines
797 B
Text

TESTING "Component Test Suite: GUI Model Parts" ./test-suite --group=stage
PLANNED "Self-check: testing GUI backbone parts" TestGui_test <<END
return: 0
END
TEST "the abstracted tangible UI element" AbstractTangible_test <<END
return: 0
END
TEST "building block of the UI-Bus" BusTerm_test <<END
return: 0
END
PLANNED "low-level widget access" ElementAccess_test <<END
return: 0
END
TEST "managed canvas attachment" ViewHook_test <<END
return: 0
END
TEST "managed link to widget" WLink_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
TEST "zoom timespan handling" ZoomWindow_test <<END
return: 0
END