Boost
C++ Libraries
...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
This is an older version of Boost and was released in 2013. The current version is 1.91.0.
| Rationale: | detailed self test for output_test_stream test tool. Validate that all test mechanisms working properly. It includes 5 test cases: test_constructor, test_is_empty, test_check_length, test_is_equal, test_match_pattern. |
| Type: | run-time |
| Component needed: | the Unit Test Framework |
| Need Test Pattern: | no, but will generate 2 files automatically. |
| Expected Output: | Running 5 test cases... *** No errors detected |
| Result Code: | 0 |
| Source: | output_test_stream_test.cpp |