GeolocationTest
GeolocationTest::GeolocationTest()
GeolocationTest::TestLocateSelf()
GeolocationTest::TestCountry()
GeolocationTest::AddTests(BTestSuite& parent)
suite.addTest(new CppUnit::TestCaller<GeolocationTest>(
"GeolocationTest::LocateSelf", &GeolocationTest::TestLocateSelf));
suite.addTest(new CppUnit::TestCaller<GeolocationTest>(
"GeolocationTest::Country", &GeolocationTest::TestCountry));
class GeolocationTest: public BTestCase {
GeolocationTest();