#include <dynamic-graph/entity.h>
#include <dynamic-graph/exception-factory.h>
#include <dynamic-graph/factory.h>
#include <dynamic-graph/pool.h>
#include <dynamic-graph/signal-ptr.h>
#include <dynamic-graph/signal-time-dependent.h>
#include <iostream>
#include <sstream>
#include <boost/test/output_test_stream.hpp>
#include <boost/test/unit_test.hpp>
Go to the source code of this file.
Classes | |
struct | MyEntity |
Macros | |
#define | BOOST_TEST_MODULE pool |
Functions | |
BOOST_AUTO_TEST_CASE (pool_display) | |
DYNAMICGRAPH_FACTORY_ENTITY_PLUGIN (MyEntity, "MyEntity") | |
#define BOOST_TEST_MODULE pool |
Definition at line 14 of file tests/pool.cpp.
BOOST_AUTO_TEST_CASE | ( | pool_display | ) |
Create Entity
Test exception catching when registering Entity
Test exception catching when deregistering Entity
Search for an entity inside the map
Search for an entity inside the map
Testing entityMap
Testing the existence of an entity
Testing the completion list of pool storage
Checking the graph generated by the pool
Use a predefined output
Check the two substring (remove the date) -
Test name of a valid signal.
Test name of an unvalid signal.
Deregister the entity.
Testing the existance of an entity
Create Entity
Definition at line 56 of file tests/pool.cpp.
DYNAMICGRAPH_FACTORY_ENTITY_PLUGIN | ( | MyEntity | , |
"MyEntity" | |||
) |