![]() |
Lumiera 0.pre.04
»edit your freedom«
|
Unit test helper for access to UI elements without actually running an UI. More...
Go to the source code of this file.
Unit test helper for access to UI elements without actually running an UI.
This allows to cover functionality for resolving UI-coordinates against an UI topology and accessing or creating elements. Obviously, only faked UI widgets can be returned, but this does not matter for those features anyway.
Definition in file test-element-access.hpp.
#include "lib/error.hpp"#include "stage/model/element-access.hpp"#include "stage/interact/ui-coord.hpp"#include "test/mock-elm.hpp"#include "lib/symbol.hpp"#include <string>#include <memory>Namespaces | |
| namespace | stage |
| Lumiera GTK UI implementation root. | |
| namespace | stage::test |
Classes | |
| class | DummyWidget |
| struct | DummyTab |
| struct | DummyView |
| class | TestElementAccess |
| Mock implementation of the model::ElementAccess interface for testing without actual UI. More... | |