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

Function Y_UNIT_TEST

library/cpp/dns/ut/dns_ut.cpp:8–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6 using namespace NDns;
7
8 Y_UNIT_TEST(TestMagic) {
9 UNIT_ASSERT_EXCEPTION(CachedThrResolve(TResolveInfo("?", 80)), yexception);
10 }
11
12 Y_UNIT_TEST(TestAsteriskAlias) {
13 AddHostAlias("*", "localhost");

Callers

nothing calls this directly

Calls 5

CachedThrResolveFunction · 0.85
TResolveInfoClass · 0.85
AddHostAliasFunction · 0.85
BeginMethod · 0.45
EndMethod · 0.45

Tested by

no test coverage detected