Searched refs:BOOST_ASIO_TEST_IOSTREAM (Results 1 – 1 of 1) sorted by relevance
40 #if !defined(BOOST_ASIO_TEST_IOSTREAM)41 # define BOOST_ASIO_TEST_IOSTREAM std::cerr macro64 BOOST_ASIO_TEST_IOSTREAM << name << " test suite begins" << std::endl; in begin_test_suite()69 BOOST_ASIO_TEST_IOSTREAM << name << " test suite ends" << std::endl; in end_test_suite()70 BOOST_ASIO_TEST_IOSTREAM << "\n*** "; in end_test_suite()73 BOOST_ASIO_TEST_IOSTREAM << "No errors detected."; in end_test_suite()75 BOOST_ASIO_TEST_IOSTREAM << "1 error detected."; in end_test_suite()77 BOOST_ASIO_TEST_IOSTREAM << errors << " errors detected." << std::endl; in end_test_suite()78 BOOST_ASIO_TEST_IOSTREAM << std::endl; in end_test_suite()89 BOOST_ASIO_TEST_IOSTREAM << name << " passed" << std::endl; in run_test()[all …]