Ejemplo n.º 1
0
 public void TestFindString()
 {
     var geo = new GeoInfoCHNImpl();
     const string s = "徐州";
     var t = geo.Find(geo,s);
     Assert.IsNotNull(t);
 }
Ejemplo n.º 2
0
 public void TestFind()
 {
     var geo = new GeoInfoCHNImpl();
     const int s=110000;
     var t=geo.Find(geo,s);
     Assert.IsNotNull(t);
 }