MCPcopy Create free account
hub / github.com/apache/arrow / DescribeTo

Method DescribeTo

cpp/src/arrow/testing/matchers.h:291–291  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

289 operator testing::Matcher<Res>() const { // NOLINT runtime/explicit
290 struct Impl : testing::MatcherInterface<const Res&> {
291 void DescribeTo(::std::ostream* os) const override { *os << "is ok"; }
292
293 void DescribeNegationTo(::std::ostream* os) const override { *os << "is not ok"; }
294

Callers 5

TESTFunction · 0.45
TESTFunction · 0.45
DescribeToMethod · 0.45
DescribeToMethod · 0.45
DescribeToMethod · 0.45

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.36
TESTFunction · 0.36