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

Function AssertIteratorMatch

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

Source from the content-addressed store, hash-verified

132
133template <typename T>
134void AssertIteratorMatch(std::vector<T> expected, Iterator<T> actual) {
135 EXPECT_EQ(expected, IteratorToVector(std::move(actual)));
136}
137
138template <typename T>
139void AssertIteratorNoMatch(std::vector<T> expected, Iterator<T> actual) {

Callers 1

TESTFunction · 0.85

Calls 1

IteratorToVectorFunction · 0.85

Tested by

no test coverage detected