geocell = GeocellLibrary.getEast(geocell);
assertEquals("9q8yyt", geohashConv.fromGeocell(geocell));
geocell = GeocellLibrary.getSouth(geocell);
assertEquals("9q8yys", geohashConv.fromGeocell(geocell));
geocell = GeocellLibrary.getSouth(geocell);
assertEquals("9q8yye", geohashConv.fromGeocell(geocell));
geocell = GeocellLibrary.getWest(geocell);
assertEquals("9q8yy7", geohashConv.fromGeocell(geocell));
geocell = GeocellLibrary.getNorth(geocell);
assertEquals("9q8yyk", geohashConv.fromGeocell(geocell));
geocell = GeocellLibrary.getSouth(geocell);