Utopia  2
Framework for studying models of complex & adaptive systems.
testtools.hh
Go to the documentation of this file.
1 #ifndef UTOPIA_CORE_TESTTOOLS_HH
2 #define UTOPIA_CORE_TESTTOOLS_HH
3 
4 #include <boost/test/unit_test.hpp>
5 #include <boost/test/included/unit_test.hpp>
6 
7 #include "../data_io/cfg_utils.hh"
8 
9 #include "testtools/config.hh"
10 #include "testtools/exceptions.hh"
11 #include "testtools/fixtures.hh"
12 #include "testtools/utils.hh"
13 
14 
15 namespace Utopia::TestTools {
16 
18 namespace utf = boost::unit_test;
19 
21 namespace tt = boost::test_tools;
22 
24 using Utopia::get_as;
25 
26 
27 } // namespace Utopia::TestTools
28 
29 #endif // UTOPIA_CORE_TESTTOOLS_HH
ReturnType get_as(const std::string &key, const DataIO::Config &node)
This function is a wrapper around the yaml-cpp YAML::Node::as function.
Definition: cfg_utils.hh:158
Definition: config.hh:19