test-integration.cpp
Go to the documentation of this file.
1 #include <Eigen/Core>
2 #include <boost/test/unit_test.hpp>
3 #include <iostream>
4 
5 #include "TestA.hpp"
6 #include "TestB.hpp"
7 
8 BOOST_AUTO_TEST_SUITE(BOOST_TEST_MODULE)
9 
10 BOOST_AUTO_TEST_CASE(test_class_A_and_class_B) {
12 
13  BOOST_CHECK(aB.do_something());
14 }
15 
16 BOOST_AUTO_TEST_SUITE_END()
TestA.hpp
BOOST_AUTO_TEST_CASE
BOOST_AUTO_TEST_CASE(test_class_A_and_class_B)
Definition: test-integration.cpp:10
eiquadprog::tests::B
Definition: TestB.hpp:9
TestB.hpp
eiquadprog::tests::B::do_something
bool do_something()
Definition: TestB.cpp:12


eiquadprog
Author(s): Gabriele Buondonno, Andrea Del Prete, Luca Di Gaspero, Angelo Furfaro, Benjamin Stephens, Gael Guennebaud
autogenerated on Wed May 28 2025 02:55:57