Home
last modified time | relevance | path

Searched refs:ts_main (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/libs/test/test/framework-ts/
Dtest-macro-global-fixture.cpp191 test_suite* ts_main = BOOST_TEST_SUITE( "Fake Test Suite Hierarchy" ); in BOOST_AUTO_TEST_CASE() local
192 ts_main->add( BOOST_TEST_CASE( bad_foo ) ); in BOOST_AUTO_TEST_CASE()
193 ts_main->add( BOOST_TEST_CASE( very_bad_foo ) ); in BOOST_AUTO_TEST_CASE()
194 ts_main->add( BOOST_TEST_CASE( very_bad_exception ) ); in BOOST_AUTO_TEST_CASE()
195 ts_main->add( ts_1 ); in BOOST_AUTO_TEST_CASE()
196 ts_main->add( ts_1b ); in BOOST_AUTO_TEST_CASE()
226 check_global_fixture< GlobalFixtureWithCtor<&good_foo> >( test_output, ts_main, true ); in BOOST_AUTO_TEST_CASE()
232 check_global_fixture< GlobalFixtureWithCtor<&almost_good_foo> >( test_output, ts_main, true ); in BOOST_AUTO_TEST_CASE()
238 …check_global_fixture< GlobalFixtureWithCtor<&bad_foo> >( test_output, ts_main, true ); // should f… in BOOST_AUTO_TEST_CASE()
244 …check_global_fixture< GlobalFixtureWithCtor<&very_bad_foo> >( test_output, ts_main, true ); // sho… in BOOST_AUTO_TEST_CASE()
[all …]
Dlog-formatter-test.cpp241 test_suite* ts_main = BOOST_TEST_SUITE( "Fake Test Suite Hierarchy" ); in BOOST_AUTO_TEST_CASE() local
242 ts_main->add( ts_0 ); in BOOST_AUTO_TEST_CASE()
243 ts_main->add( ts_1 ); in BOOST_AUTO_TEST_CASE()
244 ts_main->add( ts_2 ); in BOOST_AUTO_TEST_CASE()
245 ts_main->add( ts_3 ); in BOOST_AUTO_TEST_CASE()
246 ts_main->add( ts_4 ); in BOOST_AUTO_TEST_CASE()
277 check( test_output, ts_main ); in BOOST_AUTO_TEST_CASE()
308 test_suite* ts_main = BOOST_TEST_SUITE( "1 test cases inside" ); in BOOST_AUTO_TEST_CASE() local
309 ts_main->add( BOOST_TEST_CASE( almost_good_foo ) ); in BOOST_AUTO_TEST_CASE()
311 ts_main->p_default_status.value = test_unit::RS_ENABLED; in BOOST_AUTO_TEST_CASE()
[all …]
Dresult-report-test.cpp165 test_suite* ts_main = BOOST_TEST_SUITE( "Fake Test Suite Hierarchy" ); in BOOST_AUTO_TEST_CASE() local
166 ts_main->add( ts_0 ); in BOOST_AUTO_TEST_CASE()
167 ts_main->add( ts_1 ); in BOOST_AUTO_TEST_CASE()
168 ts_main->add( ts_2 ); in BOOST_AUTO_TEST_CASE()
169 ts_main->add( ts_3 ); in BOOST_AUTO_TEST_CASE()
203 check( test_output, ts_main ); in BOOST_AUTO_TEST_CASE()
337 test_suite* ts_main = BOOST_TEST_SUITE( "Fake Test Suite Hierarchy" ); in BOOST_AUTO_TEST_CASE() local
338 ts_main->add( ts_0 ); in BOOST_AUTO_TEST_CASE()
339 ts_main->add( ts_1 ); in BOOST_AUTO_TEST_CASE()
340 ts_main->add( ts_2 ); in BOOST_AUTO_TEST_CASE()
[all …]
Dlog-count-skipped-test.cpp143 test_suite* ts_main = BOOST_TEST_SUITE( "fake master test suite" ); in BOOST_AUTO_TEST_CASE() local
144 ts_main->add( tc1 ); in BOOST_AUTO_TEST_CASE()
145 ts_main->add( tc2 ); in BOOST_AUTO_TEST_CASE()
146 ts_main->add( tc3 ); in BOOST_AUTO_TEST_CASE()
148 check( test_output, ts_main ); in BOOST_AUTO_TEST_CASE()
152 check( test_output, ts_main ); in BOOST_AUTO_TEST_CASE()
/third_party/boost/libs/test/test/execution_monitor-ts/
Dboost_exception-test.cpp46 test_suite* ts_main = BOOST_TEST_SUITE( "fake master" ); in BOOST_AUTO_TEST_CASE() local
47 ts_main->add( BOOST_TEST_CASE( exception_raised ) ); in BOOST_AUTO_TEST_CASE()
51 ts_main->p_default_status.value = test_unit::RS_ENABLED; in BOOST_AUTO_TEST_CASE()
55 framework::finalize_setup_phase( ts_main->p_id ); in BOOST_AUTO_TEST_CASE()
56 …framework::run( ts_main->p_id, false ); // do not continue the test tree to have the test_log_star… in BOOST_AUTO_TEST_CASE()
/third_party/openssl/apps/
Dts.c150 int ts_main(int argc, char **argv) in ts_main() function