Boost.Test extensions. More...
#include <iostream>#include "auto_unit_test.ih"#include <boost/test/auto_unit_test.hpp>#include <boost/test/test_tools.hpp>#include "auto_unit_test.cti"
Go to the source code of this file.
Namespaces | |
| senf | |
| senf::test | |
Macros | |
| #define | COMPILE_FAIL(n) void n() |
| Check for compile failure. More... | |
| #define | SENF_CHECK_NO_THROW(expr) |
| Show exception information. More... | |
| #define | SENF_REQUIRE_NO_THROW(expr) |
| #define | SENF_CHECK_EQUAL_COLLECTIONS(left_begin, left_end, right_begin, right_end) |
| Check ranges for equality, writing char's as int's. More... | |
| #define | SENF_AUTO_TEST_CASE(name) |
| Define new test case. More... | |
| #define | SENF_CHECK_NOT_EQUAL(Left, Rigth) |
| Check for non-equality. More... | |
| #define | SENF_RETURN_NO_ROOT_PRIVILEGES(msg) |
Functions | |
| template<class Iterator > | |
| detail::NoCharIterator< Iterator >::type | senf::test::nocharIterator (Iterator i) |
Boost.Test extensions.
Definition in file auto_unit_test.hh.
| #define SENF_REQUIRE_NO_THROW | ( | expr | ) |
Definition at line 73 of file auto_unit_test.hh.
| #define SENF_RETURN_NO_ROOT_PRIVILEGES | ( | msg | ) |
Definition at line 141 of file auto_unit_test.hh.