Utopia 2
Framework for studying models of complex & adaptive systems.
Loading...
Searching...
No Matches
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"
11#include "testtools/fixtures.hh"
12#include "testtools/utils.hh"
13
14
16
18namespace utf = boost::unit_test;
19
21namespace tt = boost::test_tools;
22
24using 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
Container select_entities(const Manager &mngr, const DataIO::Config &sel_cfg)
Select entities according to parameters specified in a configuration.
Definition select.hh:213
Definition testtools.hh:15