| 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"); |
nothing calls this directly
no test coverage detected