HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
Public Member Functions
test::filter Class Reference

Public Member Functions

constexpr filter (filter const &) noexcept=default
 
constexpr filter (filter &&) noexcept=default
 
constexpr filteroperator= (filter const &) noexcept=default
 
constexpr filteroperator= (filter &&) noexcept=default
 
 filter (std::string_view str)
 Create a filter from the string representation.
 
bool match_suite (std::string_view suite) const noexcept
 
bool match_test (std::string_view suite, std::string_view test) const noexcept
 

Constructor & Destructor Documentation

◆ filter()

test::filter::filter ( std::string_view str)

Create a filter from the string representation.

Parameters
strA string in the following format [ inclusion ]['-' exclusion]
Exceptions
std::runtime_errorOn parse error.

The documentation for this class was generated from the following file: