LUMIERA.clone/tests/52-gui-control.tests
Ichthyostega d3d7ea35ad Global-Layer-Renaming: fix remaining textual usages and IDs in the code
- most notably the NOBUG logging flags have been renamed now
 - but for the configuration, I'll stick to "GUI" for now,
   since "Stage" would be bewildering for an occasional user
 - in a similar vein, most documentation continues to refer to the GUI
2018-12-10 00:09:56 +01:00

34 lines
729 B
Text

TESTING "Component Test Suite: GUI Control Facilities" ./test-suite --group=stage
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