lumiera_/tests/52-gui-control.tests
Ichthyostega 8097485dbf ViewSpec: integrate the simple View access case (Unit test PASS)
This finishes the first round of design drafts in this area.
Right now it seems difficult to get any further, since most of
the actual view creation and management in the UI is not yet coded.
2018-06-15 18:02:08 +02:00

34 lines
727 B
Text

TESTING "Component Test Suite: GUI Control Facilities" ./test-suite --group=gui
PLANNED "Context bound command invocation" CmdContext_test <<END
return: 0
END
TEST "configuration DSL for view access" ViewSpecDSL_test <<END
return: 0
END
TEST "generic UI coordinates" UICoord_test <<END
return: 0
END
TEST "resolving UI coordinates" UICoordResolver_test <<END
return: 0
END
TEST "solving for UI location" UILocationSolver_test <<END
out-lit: =~ .. UI:?[edit]-viewer
out-lit: OR UI:currentWindow[*]-viewer
out-lit: OR UI:?-viewer
out-lit: OR UI:?[asset]-*.asset
out-lit: OR UI:?-asset.asset create!
out-lit: OR UI:currentWindow[*]-viewer create!
out-lit: OR UI:meta[config]-infobox.inspect create!
return: 0
END