Boost C++ Libraries Home Libraries People FAQ More

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

Run the specified suite.

Synopsis
template<
    [role red error.param neither has a declname nor a 'class ' prefix in the type][role red error.param neither has a declname nor a 'class ' prefix in the type][role red error.param neither has a declname nor a 'class ' prefix in the type][role red error.param neither has a declname nor a 'class ' prefix in the type] = void>
bool
run(
    suite_info const& s);
Description Return Value

true if any conditions failed.


PrevUpHomeNext