Home
last modified time | relevance | path

Searched defs:class_based_fixture (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/test/tree/
Dfixture.hpp128 class class_based_fixture : public test_unit_fixture { class
131 explicit class_based_fixture( Arg const& arg ) : m_inst(), m_arg( arg ) {} in class_based_fixture() function in boost::unit_test::class_based_fixture
146 class class_based_fixture<F,void> : public test_unit_fixture { class
149 class_based_fixture() : m_inst( 0 ) {} in class_based_fixture() function in boost::unit_test::class_based_fixture