PLaSK library
|
Go to the source code of this file.
Namespaces | |
namespace | boost |
namespace | boost::unit_test |
namespace | boost::unit_test::ut_detail |
Macros | |
#define | BOOST_TEST_DYN_LINK |
#define | BOOST_TEST_MODULE "Your solver test" |
Functions | |
std::string | boost::unit_test::ut_detail::normalize_test_case_name (const_string name) |
BOOST_AUTO_TEST_CASE (your_test) | |
#define BOOST_TEST_DYN_LINK |
Definition at line 14 of file your_test.cpp.
#define BOOST_TEST_MODULE "Your solver test" |
Definition at line 15 of file your_test.cpp.
BOOST_AUTO_TEST_CASE | ( | your_test | ) |
Definition at line 32 of file your_test.cpp.