Searched refs:OF_XML (Results 1 – 14 of 14) sorted by relevance
/third_party/boost/libs/test/test/framework-ts/ |
D | result-report-test.cpp | 110 check( output, OF_XML, ts->p_id ); in check() 271 results_reporter::set_format( OF_XML ); in check2() 278 results_reporter::set_format( OF_XML ); in check2() 285 results_reporter::set_format( OF_XML ); in check2() 292 results_reporter::set_format( OF_XML ); in check2()
|
D | log-formatter-test.cpp | 127 check( output, OF_XML, ts->p_id ); in check() 374 check( test_output, OF_XML, ts_1->p_id, log_successful_tests ); in BOOST_AUTO_TEST_CASE() 375 check( test_output, OF_XML, ts_1->p_id, log_cpp_exception_errors ); in BOOST_AUTO_TEST_CASE()
|
D | check-streams-on-exit.cpp | 34 …utf::output_format outputs_to_tests[] = { utf::OF_CLF, utf::OF_XML, utf::OF_JUNIT, utf::OF_CUSTOM_… in main()
|
D | message-in-datatestcase-test.cpp | 86 check_pattern_loggers( output, OF_XML, ts->p_id, bt_module_failed ); in check_pattern_loggers()
|
D | log-count-skipped-test.cpp | 99 check( output, OF_XML, ts->p_id ); in check()
|
D | test-macro-global-fixture.cpp | 129 …check_global_fixture<global_fixture_t>( output, OF_XML, ts->p_id, bt_module_failed, has_setup_erro… in check_global_fixture()
|
/third_party/boost/libs/test/doc/examples/ |
D | example52.run-fail.cpp | 15 unit_test_log.set_format( OF_XML ); in MyConfig()
|
/third_party/boost/boost/test/detail/ |
D | global_typedef.hpp | 39 OF_XML, ///< XML format for report and log, enumerator
|
/third_party/boost/boost/test/impl/ |
D | unit_test_parameters.ipp | 276 { "XML", OF_XML }, 283 ( "XML", OF_XML ) 373 { "XML", OF_XML } 379 ( "XML", OF_XML ) 443 { "XML", OF_XML } 449 ( "XML", OF_XML )
|
D | xml_report_formatter.ipp | 12 // Description : OF_XML report formatter
|
D | results_reporter.ipp | 133 case OF_XML:
|
D | xml_log_formatter.ipp | 12 // Description : implements OF_XML Log formatter
|
D | unit_test_log.ipp | 127 …ter_data.push_back( unit_test_log_data_helper_impl(new output::xml_log_formatter, OF_XML, false) );
|
D | framework.ipp | 1018 std::make_pair( "XML" , OF_XML ),
|