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

Function AssertIteratorNoMatch

cpp/src/arrow/util/iterator_test.cc:139–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137
138template <typename T>
139void AssertIteratorNoMatch(std::vector<T> expected, Iterator<T> actual) {
140 EXPECT_NE(expected, IteratorToVector(std::move(actual)));
141}
142
143template <typename T>
144void AssertIteratorNext(T expected, Iterator<T>& it) {

Callers 1

TESTFunction · 0.85

Calls 1

IteratorToVectorFunction · 0.85

Tested by

no test coverage detected