Lumiera 0.pre.04~rc.1
»edit your freedom«
Loading...
Searching...
No Matches
advice-configuration-test.cpp
Go to the documentation of this file.
1/*
2 AdviceConfiguration(Test) - cover the various policies to configure Advice
3
4 Copyright (C)
5 2010, Hermann Vosseler <Ichthyostega@web.de>
6
7  **Lumiera** is free software; you can redistribute it and/or modify it
8  under the terms of the GNU General Public License as published by the
9  Free Software Foundation; either version 2 of the License, or (at your
10  option) any later version. See the file COPYING for further details.
11
12* *****************************************************************/
13
19#include "lib/test/run.hpp"
20//#include "lib/test/test-helper.hpp"
21
22#include "common/advice.hpp"
23//#include "lib/p.hpp"
24//#include "steam/assetmanager.hpp"
25//#include "steam/asset/inventory.hpp"
26//#include "steam/mobject/session/clip.hpp"
27//#include "steam/mobject/session/fork.hpp"
28//#include "lib/meta/trait-special.hpp"
29//#include "lib/util-foreach.hpp"
30//#include "lib/symbol.hpp"
31
32//#include <string>
33
34//using lib::test::showSizeof;
35//using lib::test::randStr;
36//using util::isSameObject;
37//using util::and_all;
38//using util::for_each;
39//using util::isnil;
40//using lib::Literal;
41//using lib::Symbol;
42//using lib::P;
43//using std::string;
44
45
46
47namespace lumiera {
48namespace advice {
49namespace test {
50
51 namespace {
52 }
53
54
55
56 /***************************************************************************/
70 class AdviceConfiguration_test : public Test
71 {
72
73 virtual void
74 run (Arg)
75 {
79 }
80
81
86 void
88 {
89#if false
90#endif
91 }
92
93
98 void
100 {
101#if false
102#endif
103 }
104
105
110 void
112 {
113#if false
114#endif
115 }
116 };
117
118
119
122
123
124}}} // namespace lumiera::advice::test
Expecting Advice and giving Advice: a cross-cutting collaboration of loosely coupled participants.
Lumiera public interface.
Definition advice.hpp:102
Test runner and basic definitions for tests.
Simplistic test class runner.
#define LAUNCHER(_TEST_CLASS_, _GROUPS_)
Definition run.hpp:116