MCPcopy Create free account
hub / github.com/catboost/catboost / TestErrorCode

Method TestErrorCode

util/system/error_ut.cpp:20–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18
19private:
20 inline void TestErrorCode() {
21 GenFailure();
22
23 UNIT_ASSERT(LastSystemError() != 0);
24 }
25
26 inline void TestErrorMessage() {
27 GenFailure();

Callers

nothing calls this directly

Calls 1

LastSystemErrorFunction · 0.85

Tested by

no test coverage detected