|
lab_trees
Tempestuous Trees
|
Public Member Functions | |
| StartsWithMatcher (CasedString const &comparator) | |
| virtual bool | match (std::string const &source) const CATCH_OVERRIDE |
Public Member Functions inherited from Catch::Matchers::StdString::StringMatcherBase | |
| StringMatcherBase (std::string const &operation, CasedString const &comparator) | |
| virtual std::string | describe () const CATCH_OVERRIDE |
Public Member Functions inherited from Catch::Matchers::Impl::MatcherBase< ObjectT, ComparatorT > | |
| MatchAllOf< ComparatorT > | operator&& (MatcherBase const &other) const |
| MatchAnyOf< ComparatorT > | operator|| (MatcherBase const &other) const |
| MatchNotOf< ComparatorT > | operator! () const |
Public Member Functions inherited from Catch::Matchers::Impl::MatcherUntypedBase | |
| std::string | toString () const |
Public Member Functions inherited from Catch::Matchers::Impl::MatcherMethod< ObjectT > | |
| virtual bool | match (ObjectT const &arg) const =0 |
Additional Inherited Members | |
Public Attributes inherited from Catch::Matchers::StdString::StringMatcherBase | |
| CasedString | m_comparator |
| std::string | m_operation |
Protected Attributes inherited from Catch::Matchers::Impl::MatcherUntypedBase | |
| std::string | m_cachedToString |