#include <unit_test_suite_impl.hpp>
|
| enum | { type = tut_suite
} |
| |
| enum | { type = tut_any
} |
| |
| boost::unit_test::test_suite::test_suite |
( |
const_string |
ts_name | ) |
|
|
explicit |
| virtual boost::unit_test::test_suite::~test_suite |
( |
| ) |
|
|
inlineprotectedvirtual |
| void boost::unit_test::test_suite::add |
( |
test_unit * |
tu, |
|
|
counter_t |
expected_failures = 0, |
|
|
unsigned |
timeout = 0 |
|
) |
| |
| void boost::unit_test::test_suite::add |
( |
test_unit_generator const & |
gen, |
|
|
unsigned |
timeout = 0 |
|
) |
| |
| typedef boost::unit_test::test_unit::BOOST_READONLY_PROPERTY |
( |
test_unit_id |
, |
|
|
(framework_impl) |
|
|
) |
| |
|
inherited |
| typedef boost::unit_test::test_unit::BOOST_READONLY_PROPERTY |
( |
test_unit_id |
, |
|
|
(test_suite) |
|
|
) |
| |
|
inherited |
| bool boost::unit_test::test_unit::check_dependencies |
( |
| ) |
const |
|
inherited |
| void boost::unit_test::test_unit::depends_on |
( |
test_unit * |
tu | ) |
|
|
inherited |
| test_unit_id boost::unit_test::test_suite::get |
( |
const_string |
tu_name | ) |
const |
| void boost::unit_test::test_unit::increase_exp_fail |
( |
unsigned |
num | ) |
|
|
inherited |
| void boost::unit_test::test_suite::remove |
( |
test_unit_id |
id | ) |
|
| std::size_t boost::unit_test::test_suite::size |
( |
void |
| ) |
const |
|
inline |
| friend class framework_impl |
|
friend |
| std::vector<test_unit_id> boost::unit_test::test_suite::m_members |
|
protected |
| id_t boost::unit_test::test_unit::p_id |
|
inherited |
| parent_id_t boost::unit_test::test_unit::p_parent_id |
|
inherited |
The documentation for this class was generated from the following file: