Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
unit_test::suite_list::insert

Insert a suite into the set.

Synopsis
template<
    class Suite>
void
insert(
    char const* name,
    char const* module,
    char const* library,
    bool manual);
Description

The suite must not already exist.


PrevUpHomeNext