MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / EqualsMatcher

Class EqualsMatcher

extlibs/catch/include/catch/catch.hpp:3456–3459  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3454 };
3455
3456 struct EqualsMatcher : StringMatcherBase {
3457 EqualsMatcher( CasedString const& comparator );
3458 bool match( std::string const& source ) const override;
3459 };
3460 struct ContainsMatcher : StringMatcherBase {
3461 ContainsMatcher( CasedString const& comparator );
3462 bool match( std::string const& source ) const override;

Callers 1

EqualsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected