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

Function Y_UNIT_TEST

util/system/hostname_ut.cpp:6–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4
5Y_UNIT_TEST_SUITE(THostNameTest) {
6 Y_UNIT_TEST(Test1) {
7 UNIT_ASSERT(*GetHostName() != '?');
8 }
9
10 Y_UNIT_TEST(TestFQDN) {
11 UNIT_ASSERT(*GetFQDNHostName() != '?');

Callers

nothing calls this directly

Calls 3

GetHostNameFunction · 0.85
GetFQDNHostNameFunction · 0.85
IsFQDNFunction · 0.85

Tested by

no test coverage detected