Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
unit_test::runner::run (2 of 2 overloads)

Run a sequence of suites.

Synopsis
template<
    class FwdIter>
bool
run(
    FwdIter first,
    FwdIter last);
Description

The expression FwdIter::value_type must be convertible to suite_info.

Return Value

true if any conditions failed.


PrevUpHomeNext