Пример #1
0
 public static void testGetAllLogs() {
   final String geoCode = "OC10CB8";
   final Geocache cache = OkapiClient.getCache(geoCode);
   final int defaultLogCount = 10;
   assertThat(cache.getLogs().size()).isGreaterThan(defaultLogCount);
 }