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

Function Finishes

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

Source from the content-addressed store, hash-verified

310// then applies a matcher to the result.
311template <typename ResultMatcher>
312FutureMatcher<ResultMatcher> Finishes(
313 const ResultMatcher& result_matcher,
314 double wait_seconds = kDefaultAssertFinishesWaitSeconds) {
315 return FutureMatcher<ResultMatcher>(result_matcher, wait_seconds);
316}
317
318// Returns a matcher that matches the value of a successful Result<T>.
319template <typename ValueMatcher>

Callers 4

TESTFunction · 0.85
TESTFunction · 0.85
CheckRunOutputMethod · 0.85
TESTFunction · 0.85

Calls

no outgoing calls

Tested by 4

TESTFunction · 0.68
TESTFunction · 0.68
CheckRunOutputMethod · 0.68
TESTFunction · 0.68