![]() |
Home | Libraries | People | FAQ | More |
(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.