27 Feb
2002
27 Feb
'02
3:38 p.m.
--- In Boost-Users@y..., "Helge Penne"
Hi. I'm working on a project where some of the unit test are very inconvenient to implement with CppUnit and Mock classes or stubs alone, but would be very simple to implement by having them print messages to standard output, pipe this to a log file and diff this against a reference file.
[...]
- Helge Penne
New Boost Test Library provides the convinient way to validate output vs. supplied pattern file. BTL is not yet in a main branch, but for the latest version you can checl unit_test_development brach in CVS. See output_test_stream_test.cpp for example. Gennadiy.