#include <dynamic-graph/entity.h>
#include <dynamic-graph/exception-factory.h>
#include <dynamic-graph/factory.h>
#include <sstream>
#include <boost/test/output_test_stream.hpp>
#include <boost/test/unit_test.hpp>
Go to the source code of this file.
◆ BOOST_TEST_MODULE
      
        
          | #define BOOST_TEST_MODULE   factory | 
      
 
 
◆ BOOST_AUTO_TEST_CASE() [1/5]
      
        
          | BOOST_AUTO_TEST_CASE | ( | constructor |  | ) |  | 
      
 
 
◆ BOOST_AUTO_TEST_CASE() [2/5]
      
        
          | BOOST_AUTO_TEST_CASE | ( | existEntity |  | ) |  | 
      
 
 
◆ BOOST_AUTO_TEST_CASE() [3/5]
      
        
          | BOOST_AUTO_TEST_CASE | ( | newEntity |  | ) |  | 
      
 
 
◆ BOOST_AUTO_TEST_CASE() [4/5]
      
        
          | BOOST_AUTO_TEST_CASE | ( | registerEntity |  | ) |  | 
      
 
 
◆ BOOST_AUTO_TEST_CASE() [5/5]
      
        
          | BOOST_AUTO_TEST_CASE | ( | unregisterEntity |  | ) |  | 
      
 
 
◆ makeEntity()