/* * Copyright 2014 Haiku, inc. * Distributed under the terms of the MIT License. */ #ifndef GET_ADDR_INFO_TEST_H #define GET_ADDR_INFO_TEST_H #include #include class GetAddrInfoTest: public BTestCase { public: GetAddrInfoTest(); virtual ~GetAddrInfoTest(); void EmptyTest(); void AddrConfigTest(); static void AddTests(BTestSuite& suite); }; #endif