Unit test framework functions and types.
Definition test.hpp:15
Selects registered tests by source path and full description.
Definition test_filter.hpp:23
std::vector< std::string > paths
Source path substrings to match against tests and their parent suites.
Definition test_filter.hpp:25
std::vector< std::regex > name_patterns
Compiled regular expressions matched against full test descriptions.
Definition test_filter.hpp:28