Struct TestSpec::Filter
Defined in File catch_amalgamated.hpp
Nested Relationships
This struct is a nested type of Class TestSpec.
Struct Documentation
-
struct Filter
Public Functions
-
void serializeTo(std::ostream &out) const
Serializes this filter into a string that would be parsed into an equivalent filter
-
bool matches(TestCaseInfo const &testCase) const
Public Members
-
std::vector<Detail::unique_ptr<Pattern>> m_required
-
std::vector<Detail::unique_ptr<Pattern>> m_forbidden
-
void serializeTo(std::ostream &out) const