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 320 assertNotified(listener, one, two, RemovalCause.EXPLICIT);
324 assertNotified(listener, two, three, RemovalCause.EXPLICIT);
330 assertNotified(listener, three, four, RemovalCause.EXPLICIT);
336 assertNotified(listener, four, five, RemovalCause.EXPLICIT);
342 assertNotified(listener, five, six, RemovalCause.EXPLICIT);
363 assertNotified(listener, one, two, RemovalCause.REPLACED);
367 assertNotified(listener, one, three, RemovalCause.REPLACED);
370 assertNotified(listener, one, four, RemovalCause.REPLACED);
373 assertNotified(listener, one, five, RemovalCause.REPLACED);
397 assertNotified(listener, one, two, RemovalCause.COLLECTED)
    [all...]
ComputingConcurrentHashMapTest.java 22 import static com.google.common.collect.MapMakerInternalMapTest.assertNotified;
300 assertNotified(listener, one, computedObject, RemovalCause.REPLACED);
  /external/guava/guava-tests/test/com/google/common/cache/
LocalCacheTest.java 697 assertNotified(listener, one, computedObject, RemovalCause.REPLACED);
737 assertNotified(listener, one, two, RemovalCause.EXPLICIT);
741 assertNotified(listener, two, three, RemovalCause.EXPLICIT);
747 assertNotified(listener, three, four, RemovalCause.EXPLICIT);
753 assertNotified(listener, four, five, RemovalCause.EXPLICIT);
759 assertNotified(listener, five, six, RemovalCause.EXPLICIT);
779 assertNotified(listener, one, two, RemovalCause.REPLACED);
783 assertNotified(listener, one, three, RemovalCause.REPLACED);
786 assertNotified(listener, one, four, RemovalCause.REPLACED);
789 assertNotified(listener, one, five, RemovalCause.REPLACED)
    [all...]

Completed in 71 milliseconds