Utopia 2
Framework for studying models of complex & adaptive systems.
|
#include <cmath>
#include <boost/test/unit_test.hpp>
#include <utopia/core/model.hh>
#include <utopia/core/testtools.hh>
#include "../state.hh"
Classes | |
struct | Utopia::Models::SimpleFlocking::Infrastructure |
Namespaces | |
namespace | Utopia |
namespace | Utopia::Models |
namespace | Utopia::Models::SimpleFlocking |
Macros | |
#define | BOOST_TEST_MODULE state test |
Functions | |
Utopia::Models::SimpleFlocking::BOOST_FIXTURE_TEST_CASE (test_state_interface, Infrastructure, *utf::tolerance(1.e-12)) | |
Test the AgentState interface. | |
Utopia::Models::SimpleFlocking::BOOST_FIXTURE_TEST_CASE (test_state_angles, Infrastructure, *utf::tolerance(1.e-12)) | |
Check angles are used according to convention. | |
#define BOOST_TEST_MODULE state test |