LUMIERA.clone/tests/gui/interact
Ichthyostega b6360b2e9c LocationSolver: automatically inject persp(UIC_ELIDED) (closes #1128)
decided to add a very specific preprocessing here, to make the DSL notation more natural.
My guess is that most people won't spot the presence of this tiny bit of magic,
and it would be way more surprising to have rules like

UICoord::currentWindow().panel("viewer").create()

fail in most cases, simply because there is a wildcard on the perspective
and the panel viewer does not (yet) exist. In such a case, we now turn the
perspective into a "existential quantified" wildcard, which is treated as if
the actually existing element was written explicitly into the pattern.
2018-02-17 05:11:34 +01:00
..
cmd-context-test.cpp UI-Coordinates: next steps to cover 2017-10-02 18:39:18 +02:00
ui-coord-resolver-test.cpp LocationSolver: test coverage for existentially quantified elements (#1128) 2018-02-16 06:37:43 +01:00
ui-coord-test.cpp UI-Coordinates: support for truncating a given spec 2017-10-30 02:59:56 +01:00
ui-location-solver-test.cpp LocationSolver: automatically inject persp(UIC_ELIDED) (closes #1128) 2018-02-17 05:11:34 +01:00
view-spec-dsl-test.cpp DockAccess: finish setup of allocation specifications within the DSL 2018-01-15 03:56:23 +01:00