#include "dynamic-graph/value.h"
#include <dynamic-graph/exception-factory.h>
#include <iostream>
#include <boost/version.hpp>
#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 value |
◆ BOOST_AUTO_TEST_CASE() [1/12]
BOOST_AUTO_TEST_CASE |
( |
value_none |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [2/12]
BOOST_AUTO_TEST_CASE |
( |
value_bool |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [3/12]
BOOST_AUTO_TEST_CASE |
( |
value_exceptions |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [4/12]
BOOST_AUTO_TEST_CASE |
( |
value_unsigned_int |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [5/12]
BOOST_AUTO_TEST_CASE |
( |
value_int |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [6/12]
BOOST_AUTO_TEST_CASE |
( |
value_float |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [7/12]
BOOST_AUTO_TEST_CASE |
( |
value_double |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [8/12]
BOOST_AUTO_TEST_CASE |
( |
value_vector |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [9/12]
BOOST_AUTO_TEST_CASE |
( |
value_string |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [10/12]
BOOST_AUTO_TEST_CASE |
( |
value_matrixXd |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [11/12]
BOOST_AUTO_TEST_CASE |
( |
value_matrix4d |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [12/12]
BOOST_AUTO_TEST_CASE |
( |
value_values |
| ) |
|