|
|
constexpr | filter (filter const &) noexcept=default |
| |
|
constexpr | filter (filter &&) noexcept=default |
| |
|
constexpr filter & | operator= (filter const &) noexcept=default |
| |
|
constexpr filter & | operator= (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 |
| |
◆ filter()
| test::filter::filter |
( |
std::string_view | str | ) |
|
Create a filter from the string representation.
- Parameters
-
| str | A string in the following format [ inclusion ]['-' exclusion] |
- Exceptions
-
The documentation for this class was generated from the following file: