Utopia  2
Framework for studying models of complex & adaptive systems.
Classes | Functions
test.cc File Reference
#include <assert.h>
#include <iostream>
#include <boost/test/unit_test.hpp>
#include "../Environment.hh"
#include "../env_param_func_collection.hh"
#include "../env_state_func_collection.hh"
Include dependency graph for test.cc:

Classes

struct  EnvParam
 A non-abstract EnvParam, derived from the base class. More...
 
struct  EnvCellState
 A non-abstract EnvCellState, derived from the base class. More...
 

Functions

template<typename T >
void assert_eq (T arg1, T arg2, const double epsilon=1e-12)
 
template<typename Model >
void test_add_env_func (Model &model)
 
int main ()
 

Function Documentation

◆ assert_eq()

template<typename T >
void assert_eq ( arg1,
arg2,
const double  epsilon = 1e-12 
)

◆ main()

int main ( )

◆ test_add_env_func()

template<typename Model >
void test_add_env_func ( Model model)