2017-09-09 23:30:44 +02:00
|
|
|
TESTING "Component Test Suite: GUI Control Facilities" ./test-suite --group=gui
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
PLANNED "Context bound command invocation" CmdContext_test <<END
|
|
|
|
|
return: 0
|
|
|
|
|
END
|
|
|
|
|
|
|
|
|
|
|
2018-06-15 18:02:08 +02:00
|
|
|
TEST "configuration DSL for view access" ViewSpecDSL_test <<END
|
2017-09-09 23:30:44 +02:00
|
|
|
return: 0
|
|
|
|
|
END
|
|
|
|
|
|
|
|
|
|
|
2017-10-02 18:39:18 +02:00
|
|
|
TEST "generic UI coordinates" UICoord_test <<END
|
|
|
|
|
return: 0
|
|
|
|
|
END
|
|
|
|
|
|
|
|
|
|
|
2018-01-10 04:42:49 +01:00
|
|
|
TEST "resolving UI coordinates" UICoordResolver_test <<END
|
2017-09-09 23:30:44 +02:00
|
|
|
return: 0
|
|
|
|
|
END
|
2018-02-08 01:50:11 +01:00
|
|
|
|
|
|
|
|
|
2018-02-17 03:45:07 +01:00
|
|
|
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!
|
2018-02-17 05:11:34 +01:00
|
|
|
out-lit: OR UI:currentWindow[*]-viewer create!
|
2018-02-17 03:45:07 +01:00
|
|
|
out-lit: OR UI:meta[config]-infobox.inspect create!
|
2018-02-08 01:50:11 +01:00
|
|
|
return: 0
|
|
|
|
|
END
|