Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for assertNotificationEnqueued (0.1 seconds)

  1. android/guava-tests/test/com/google/common/cache/LocalCacheTest.java

        segment.recordWrite(entry, 1, map.ticker.read());
        table.set(0, entry);
        segment.count = 1;
        assertThat(segment.removeEntry(entry, hash, RemovalCause.COLLECTED)).isTrue();
        assertNotificationEnqueued(map, key, value);
        assertThat(map.removalNotificationQueue.isEmpty()).isTrue();
        assertThat(segment.accessQueue.contains(entry)).isFalse();
        assertThat(segment.writeQueue.contains(entry)).isFalse();
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Wed Mar 18 18:06:14 GMT 2026
    - 114.9K bytes
    - Click Count (0)
  2. guava-tests/test/com/google/common/cache/LocalCacheTest.java

        segment.recordWrite(entry, 1, map.ticker.read());
        table.set(0, entry);
        segment.count = 1;
        assertThat(segment.removeEntry(entry, hash, RemovalCause.COLLECTED)).isTrue();
        assertNotificationEnqueued(map, key, value);
        assertThat(map.removalNotificationQueue.isEmpty()).isTrue();
        assertThat(segment.accessQueue.contains(entry)).isFalse();
        assertThat(segment.writeQueue.contains(entry)).isFalse();
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Wed Mar 18 18:06:14 GMT 2026
    - 116.4K bytes
    - Click Count (0)
Back to Top