Searched refs:p_test_func (Results 1 – 4 of 4) sorted by relevance
118 BOOST_TEST( tc1->p_test_func ); in BOOST_AUTO_TEST_CASE()292 tc1->p_test_func.get()(); in BOOST_AUTO_TEST_CASE()294 tc2->p_test_func.get()(); in BOOST_AUTO_TEST_CASE()305 tc3->p_test_func.get()(); in BOOST_AUTO_TEST_CASE()307 tc4->p_test_func.get()(); in BOOST_AUTO_TEST_CASE()315 tc5->p_test_func.get()(); in BOOST_AUTO_TEST_CASE()323 tc6->p_test_func.get()(); in BOOST_AUTO_TEST_CASE()
146 test_func p_test_func; member in boost::unit_test::test_case
201 , p_test_func( test_func )210 , p_test_func( test_func )
815 … result = unit_test_monitor.execute_and_translate( tc.p_test_func, timeout_microseconds );