Searched defs:class_based_fixture (Results 1 – 1 of 1) sorted by relevance
128 class class_based_fixture : public test_unit_fixture { class131 explicit class_based_fixture( Arg const& arg ) : m_inst(), m_arg( arg ) {} in class_based_fixture() function in boost::unit_test::class_based_fixture146 class class_based_fixture<F,void> : public test_unit_fixture { class149 class_based_fixture() : m_inst( 0 ) {} in class_based_fixture() function in boost::unit_test::class_based_fixture