HomeSort by relevance Sort by last modified time
    Searched full:results_reporter (Results 1 - 7 of 7) sorted by null

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
results_reporter.hpp 34 namespace results_reporter { namespace in namespace:boost::unit_test
61 BOOST_TEST_DECL void set_format( results_reporter::format* );
77 } // namespace results_reporter
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/output/
plain_report_formatter.hpp 20 #include <boost/test/results_reporter.hpp>
36 class plain_report_formatter : public results_reporter::format {
xml_report_formatter.hpp 20 #include <boost/test/results_reporter.hpp>
36 class xml_report_formatter : public results_reporter::format {
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
results_reporter.ipp 19 #include <boost/test/results_reporter.hpp>
44 namespace results_reporter {
143 set_format( results_reporter::format* f )
192 } // namespace results_reporter
unit_test_main.ipp 22 #include <boost/test/results_reporter.hpp>
187 results_reporter::make_report();
197 results_reporter::get_stream() << "Boost.Test framework internal error: " << ex.what() << std::endl;
202 results_reporter::get_stream() << "Test setup error: " << ex.what() << std::endl;
207 results_reporter::get_stream() << "Boost.Test framework internal error: unknown reason" << std::endl;
framework.ipp 28 #include <boost/test/results_reporter.hpp>
245 results_reporter::set_level( runtime_config::report_level() );
246 results_reporter::set_format( runtime_config::report_format() );
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/included/
unit_test.hpp 28 #include <boost/test/impl/results_reporter.ipp>

Completed in 193 milliseconds