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

Function ValidateTimePoint

cpp/src/arrow/filesystem/test_util.cc:88–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88void ValidateTimePoint(TimePoint tp) { ASSERT_GE(tp.time_since_epoch().count(), 0); }
89
90void AssertRaisesWithErrno(int expected_errno, const Status& st) {
91 ASSERT_RAISES(IOError, st);

Callers 3

TestGetFileInfoMethod · 0.85
TestGetFileInfoVectorMethod · 0.85

Calls 1

countMethod · 0.45

Tested by

no test coverage detected