Boost.Test > Tests > result_report_test
Boost Test logo

The Unit Test Framework result report test

Rationale: the Unit Test Framework reporting facilities testing. Check that all reports (short, confirmation, detailed) are constructed as expected. To do this output is matched vs. pattern file. The pattern file result_report_test.pattern is located in test directory. It's name should be supplied as a first argument to program. To run test in a match mode (default) you does not need to provide any more arguments. To run test in save mode (this way you could generate pattern file) run test with the additional argument: --save_pattern=yes.
Type: run-time
Component needed: the Test Execution Monitor
Need Test Pattern: yes
Expected Output:
*** No errors detected
Result Code: 0
Source: result_report_test.cpp