Om
Main Page
Modules
Namespaces
Namespace List
Namespace Members
All
c
e
g
i
l
m
n
o
s
t
u
Functions
c
g
i
m
n
o
s
Typedefs
Enumerations
Enumerator
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
w
~
Functions
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
w
~
Variables
t
Typedefs
Enumerations
Enumerator
Related Functions
Files
File List
File Members
All
m
o
Functions
Macros
o
om
language
operation
lexicon_operation.cpp
Go to the documentation of this file.
1
15
#ifndef Om_Language_Operation_LexiconOperation_
16
17
#include "
om/language/operation/lexicon_operation.hpp
"
18
19
#ifdef Om_Macro_Test_
20
21
#ifndef Om_Macro_Precompilation_
22
23
#include "boost/test/unit_test.hpp"
24
25
#endif
26
27
namespace
Om
{
28
29
namespace
Language {
30
31
namespace
Operation {
32
33
BOOST_AUTO_TEST_SUITE(LexiconOperationTest)
34
35
BOOST_AUTO_TEST_CASE(DefinitionTest) {
36
BOOST_CHECK_EQUAL(
37
"{lexicon}"
,
38
System::Get
().Evaluate(
"drop find {lexicon} system"
)
39
);
40
}
41
42
BOOST_AUTO_TEST_SUITE_END()
43
44
}
45
46
}
47
48
}
49
50
#endif
51
52
#endif
Om::Language::System::Get
static System & Get()
lexicon_operation.hpp
Om header file.
Om
The Om library.
Definition:
code_point.hpp:26
Generated by
1.9.1