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

Method describe

lib/catch2/catch.hpp:3364–3366  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3362 }
3363
3364 std::string describe() const override {
3365 return "not " + m_underlyingMatcher.toString();
3366 }
3367 MatcherBase<ArgT> const& m_underlyingMatcher;
3368 };
3369

Callers

nothing calls this directly

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected