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

Function Y_UNIT_TEST

library/cpp/threading/future/legacy_future_ut.cpp:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9 }
10
11 Y_UNIT_TEST(TestIntFunction) {
12 TLegacyFuture<int> f((&intf));
13 UNIT_ASSERT_VALUES_EQUAL(17, f.Get());
14 }
15
16 static int r;
17

Callers

nothing calls this directly

Calls 3

TSampleClassClass · 0.85
SystemThreadFactoryFunction · 0.85
GetMethod · 0.45

Tested by

no test coverage detected