Home
last modified time | relevance | path

Searched refs:class_based_fixture (Results 1 – 3 of 3) 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
Ddecorator.hpp250 return fixture_t( test_unit_fixture_ptr( new unit_test::class_based_fixture<F>() ) ); in fixture()
259 return fixture_t( test_unit_fixture_ptr( new unit_test::class_based_fixture<F,Arg>( arg ) ) ); in fixture()
/third_party/boost/boost/test/tools/
Dfpc_tolerance.hpp79 new unit_test::class_based_fixture<test_tools::local_fpc_tolerance<FPT>,FPT>( v ) ) ); in tolerance()
89 …new unit_test::class_based_fixture<test_tools::local_fpc_tolerance<FPT>,FPT>( boost::math::fpc::fp… in tolerance()