Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

unit_test::match_suite

Returns a predicate that matches a specific suite.

Synopsis

Defined in header <boost/beast/_experimental/unit_test/match.hpp>

selector
match_suite(
    std::string const& name);

PrevUpHomeNext