MCPcopy Create free account
hub / github.com/apache/trafficserver / EqualsMatcher

Class EqualsMatcher

lib/catch2/catch.hpp:3556–3559  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3554 };
3555
3556 struct EqualsMatcher : StringMatcherBase {
3557 EqualsMatcher( CasedString const& comparator );
3558 bool match( std::string const& source ) const override;
3559 };
3560 struct ContainsMatcher : StringMatcherBase {
3561 ContainsMatcher( CasedString const& comparator );
3562 bool match( std::string const& source ) const override;

Callers 1

EqualsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected