GetAddrInfoTest
GetAddrInfoTest::GetAddrInfoTest()
GetAddrInfoTest::~GetAddrInfoTest()
GetAddrInfoTest::EmptyTest()
GetAddrInfoTest::AddrConfigTest()
GetAddrInfoTest::AddTests(BTestSuite& parent)
suite.addTest(new CppUnit::TestCaller<GetAddrInfoTest>(
"GetAddrInfoTest::EmptyTest", &GetAddrInfoTest::EmptyTest));
suite.addTest(new CppUnit::TestCaller<GetAddrInfoTest>(
"GetAddrInfoTest::AddrConfigTest", &GetAddrInfoTest::AddrConfigTest));
class GetAddrInfoTest: public BTestCase {
GetAddrInfoTest();
virtual ~GetAddrInfoTest();
GetAddrInfoTest::AddTests(*suite);