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

  /external/guava/guava-tests/test/com/google/common/collect/
MapMakerInternalMapTest.java 294 assertNotified(listener, one, two, RemovalCause.EXPLICIT);
298 assertNotified(listener, two, three, RemovalCause.EXPLICIT);
304 assertNotified(listener, three, four, RemovalCause.EXPLICIT);
310 assertNotified(listener, four, five, RemovalCause.EXPLICIT);
316 assertNotified(listener, five, six, RemovalCause.EXPLICIT);
337 assertNotified(listener, one, two, RemovalCause.REPLACED);
341 assertNotified(listener, one, three, RemovalCause.REPLACED);
344 assertNotified(listener, one, four, RemovalCause.REPLACED);
347 assertNotified(listener, one, five, RemovalCause.REPLACED);
371 assertNotified(listener, one, two, RemovalCause.COLLECTED)
    [all...]
ComputingConcurrentHashMapTest.java 22 import static com.google.common.collect.MapMakerInternalMapTest.assertNotified;
296 assertNotified(listener, one, computedObject, RemovalCause.REPLACED);
  /external/guava/guava-tests/test/com/google/common/cache/
LocalCacheTest.java 741 assertNotified(listener, one, computedObject, RemovalCause.REPLACED);
781 assertNotified(listener, one, two, RemovalCause.EXPLICIT);
785 assertNotified(listener, two, three, RemovalCause.EXPLICIT);
791 assertNotified(listener, three, four, RemovalCause.EXPLICIT);
797 assertNotified(listener, four, five, RemovalCause.EXPLICIT);
803 assertNotified(listener, five, six, RemovalCause.EXPLICIT);
823 assertNotified(listener, one, two, RemovalCause.REPLACED);
827 assertNotified(listener, one, three, RemovalCause.REPLACED);
830 assertNotified(listener, one, four, RemovalCause.REPLACED);
833 assertNotified(listener, one, five, RemovalCause.REPLACED)
    [all...]

Completed in 348 milliseconds