kaycxx-test
C++ unit test framework
Loading...
Searching...
No Matches
Public Attributes | List of all members
kaycxx::test::test_filter Struct Reference

Selects registered tests by source path and full description. More...

#include <kaycxx/test/test_filter.hpp>

Public Attributes

std::vector< std::string > paths
 Source path substrings to match against tests and their parent suites.
 
std::vector< std::regex > name_patterns
 Compiled regular expressions matched against full test descriptions.
 

Detailed Description

Selects registered tests by source path and full description.

Multiple path filters and multiple name patterns are each combined with OR. Path and name filters are combined with AND. Empty filters select all registered tests.


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