Example #1
0
 @Test
 public void testGetGeo() {
   String ct;
   ct = proxy.getCountry();
   assertEquals("中国", ct);
 }