Lumiera
0.pre.03
»edit your freedom«
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
47
namespace
lumiera
{
48
namespace
advice
{
49
namespace
test
{
50
51
namespace
{
52
}
53
54
55
56
/***************************************************************************/
70
class
AdviceConfiguration_test
:
public
Test
71
{
72
73
virtual
void
74
run (Arg)
75
{
76
checkDefaultAdvice
();
77
blockOnAdvice
();
78
checkSignals
();
79
}
80
81
86
void
87
checkDefaultAdvice
()
88
{
89
#if false
90
#endif
91
}
92
93
98
void
99
checkSignals
()
100
{
101
#if false
102
#endif
103
}
104
105
110
void
111
blockOnAdvice
()
112
{
113
#if false
114
#endif
115
}
116
};
117
118
119
121
LAUNCHER (
AdviceConfiguration_test
,
"unit common"
);
122
123
124
}}}
// namespace lumiera::advice::test
lumiera::advice::test::AdviceConfiguration_test::blockOnAdvice
void blockOnAdvice()
Definition:
advice-configuration-test.cpp:111
lumiera::advice::test::AdviceConfiguration_test
Definition:
advice-configuration-test.cpp:70
lumiera::advice::test::AdviceConfiguration_test::checkDefaultAdvice
void checkDefaultAdvice()
Definition:
advice-configuration-test.cpp:87
lumiera::advice
Definition:
advice.cpp:105
test
Definition:
run.hpp:40
lumiera::advice::test::AdviceConfiguration_test::checkSignals
void checkSignals()
Definition:
advice-configuration-test.cpp:99
advice.hpp
Expecting Advice and giving Advice: a cross-cutting collaboration of loosely coupled participants...
run.hpp
Simplistic test class runner.
lumiera
Lumiera public interface.
Definition:
advice.cpp:104
library
advice
advice-configuration-test.cpp
Generated on Fri Dec 13 2024 05:05:32 for Lumiera by
1.8.13