#include <catch_amalgamated.hpp>
◆ WildcardPosition
Enumerator |
---|
NoWildcard | |
WildcardAtStart | |
WildcardAtEnd | |
WildcardAtBothEnds | |
◆ WildcardPattern()
Catch::WildcardPattern::WildcardPattern |
( |
std::string const & | pattern, |
|
|
CaseSensitive | caseSensitivity ) |
◆ matches()
bool Catch::WildcardPattern::matches |
( |
std::string const & | str | ) |
const |
◆ normaliseString()
std::string Catch::WildcardPattern::normaliseString |
( |
std::string const & | str | ) |
const |
|
private |
◆ m_caseSensitivity
◆ m_pattern
std::string Catch::WildcardPattern::m_pattern |
|
private |
◆ m_wildcard
The documentation for this class was generated from the following files: