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
(Inherited from unit_test::runner)
Run a sequence of suites.
template< class FwdIter> bool run( FwdIter first, FwdIter last);
The expression FwdIter::value_type
must be convertible to suite_info.
true if any conditions failed.