Lumiera  0.pre.03
»edit your freedom«
view-hook-test.cpp File Reference

Go to the source code of this file.

Description

unit test ViewHook_test

Definition in file view-hook-test.cpp.

#include "lib/test/run.hpp"
#include "lib/test/test-helper.hpp"
#include "stage/model/view-hook.hpp"
#include "lib/scoped-collection.hpp"
#include "lib/iter-explorer.hpp"
#include "lib/iter-adapter-stl.hpp"
#include "lib/util.hpp"
#include <list>
#include <vector>
#include <algorithm>
#include <random>

Classes

struct  DummyWidget
 
class  FakeCanvas
 
class  ViewHook_test
 

Typedefs

using HookedWidget = ViewHooked< DummyWidget >
 

Functions

 LAUNCHER (ViewHook_test, "unit gui")
 Register this test class... More...
 

Namespaces

 stage
 Lumiera GTK UI implementation root.
 
 stage::model
 The Lumiera GTK-GUI uses a thin proxy layer data model on top of the actual "high-level-model", which lives in the Steam-Layer below.
 

Function Documentation

◆ LAUNCHER()

stage::model::test::LAUNCHER ( ViewHook_test  ,
"unit gui"   
)

Register this test class...