Home
last modified time | relevance | path

Searched refs:p_test_func (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/libs/test/test/test-organization-ts/
Dtest-tree-management-test.cpp118 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()
/third_party/boost/boost/test/tree/
Dtest_unit.hpp146 test_func p_test_func; member in boost::unit_test::test_case
/third_party/boost/boost/test/impl/
Dtest_tree.ipp201 , p_test_func( test_func )
210 , p_test_func( test_func )
Dframework.ipp815 … result = unit_test_monitor.execute_and_translate( tc.p_test_func, timeout_microseconds );