#include <dynamic-graph/exception-abstract.h>
#include <dynamic-graph/exception-factory.h>
#include <dynamic-graph/exception-signal.h>
#include <dynamic-graph/exception-traces.h>
#include <boost/version.hpp>
#include <sstream>
#include <boost/test/output_test_stream.hpp>
#include <boost/test/unit_test.hpp>
#include <boost/test/unit_test_suite.hpp>
Go to the source code of this file.
Functions | |
BOOST_AUTO_TEST_CASE (exception_abstract_param) | |
BOOST_AUTO_TEST_CASE (exception_abstract) | |
BOOST_AUTO_TEST_CASE (exception_traces) | |
BOOST_AUTO_TEST_CASE | ( | exception_abstract_param | ) |
Test param from Exception Default constructor
Advanced constructor
Definition at line 23 of file exceptions.cpp.
BOOST_AUTO_TEST_CASE | ( | exception_abstract | ) |
Test exception abstract with a simple message
Definition at line 32 of file exceptions.cpp.
BOOST_AUTO_TEST_CASE | ( | exception_traces | ) |
Test exception traces with a format.
Definition at line 47 of file exceptions.cpp.