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

Function Y_UNIT_TEST

util/system/nice_ut.cpp:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14
15Y_UNIT_TEST_SUITE(NiceTest) {
16 Y_UNIT_TEST(TestNiceZero) {
17 UNIT_ASSERT(Nice(0));
18 UNIT_ASSERT(Nice(0));
19 }
20#ifdef _unix_
21 Y_UNIT_TEST(TestNice) {
22 int prio = GetPriority();

Callers

nothing calls this directly

Calls 2

NiceFunction · 0.85
GetPriorityFunction · 0.85

Tested by

no test coverage detected