HomeSort by relevance Sort by last modified time
    Searched refs:checkEmpty (Results 1 - 7 of 7) sorted by null

  /external/guava/guava-tests/test/com/google/common/cache/
EmptyCachesTest.java 17 import static com.google.common.cache.CacheTesting.checkEmpty;
46 checkEmpty(cache);
57 checkEmpty(cache);
67 checkEmpty(cache);
96 checkEmpty(cache);
108 checkEmpty(cache);
123 checkEmpty(cache);
151 checkEmpty(keys);
152 checkEmpty(cache);
164 checkEmpty(keys)
    [all...]
NullCacheTest.java 17 import static com.google.common.cache.CacheTesting.checkEmpty;
56 checkEmpty(cache);
73 checkEmpty(cache);
90 checkEmpty(cache);
105 checkEmpty(cache);
122 checkEmpty(map);
PopulatedCachesTest.java 17 import static com.google.common.cache.CacheTesting.checkEmpty;
173 checkEmpty(cache);
189 checkEmpty(cache);
216 checkEmpty(keys);
217 checkEmpty(cache);
240 checkEmpty(values);
241 checkEmpty(cache);
269 checkEmpty(entries);
270 checkEmpty(cache);
CacheTesting.java 440 static void checkEmpty(Cache<?, ?> cache) {
446 checkEmpty(cache.asMap());
449 static void checkEmpty(ConcurrentMap<?, ?> map) {
450 checkEmpty(map.keySet());
451 checkEmpty(map.values());
452 checkEmpty(map.entrySet());
472 static void checkEmpty(Collection<?> collection) {
CacheBuilderTest.java 385 CacheTesting.checkEmpty(nullCache.asMap());
  /external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
CheckedInputStreamTest.java 64 CheckedInputStream checkEmpty = new CheckedInputStream(inEmp, new CRC32());
65 while (checkEmpty.read() >= 0) {
67 assertEquals("the checkSum value of an empty file is not zero", 0, checkEmpty
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
JSR166TestCase.java     [all...]

Completed in 243 milliseconds