#include "pinocchio/macros.hpp"
#include <boost/test/unit_test.hpp>
#include <boost/utility/binary.hpp>
Go to the source code of this file.
Functions | |
BOOST_AUTO_TEST_CASE (test_check_arguments) | |
bool | check_exception_msg (const std::exception &exception) |
void | function_1 (std::vector< int > v, size_t size) |
void | function_2 (std::vector< int > v, size_t size) |
Variables | |
std::string | expected_msg |
BOOST_AUTO_TEST_CASE | ( | test_check_arguments | ) |
Definition at line 32 of file macros.cpp.
bool check_exception_msg | ( | const std::exception & | exception | ) |
Definition at line 14 of file macros.cpp.
void function_1 | ( | std::vector< int > | v, |
size_t | size | ||
) |
Definition at line 22 of file macros.cpp.
void function_2 | ( | std::vector< int > | v, |
size_t | size | ||
) |
Definition at line 27 of file macros.cpp.
std::string expected_msg |
Definition at line 12 of file macros.cpp.