MCPcopy Create free account
hub / github.com/bblanchon/ArduinoJson / EndsWithMatcher

Class EndsWithMatcher

extras/tests/catch/catch.hpp:3568–3571  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3566 bool match( std::string const& source ) const override;
3567 };
3568 struct EndsWithMatcher : StringMatcherBase {
3569 EndsWithMatcher( CasedString const& comparator );
3570 bool match( std::string const& source ) const override;
3571 };
3572
3573 struct RegexMatcher : MatcherBase<std::string> {
3574 RegexMatcher( std::string regex, CaseSensitive::Choice caseSensitivity );

Callers 1

EndsWithFunction · 0.85

Calls

no outgoing calls

Tested by 1

EndsWithFunction · 0.68