Home | History | Annotate | Download | only in cache

Lines Matching refs:assertSame

50     assertSame(computed, cache.getUnchecked(key));
52 assertSame(key, notification.getKey());
53 assertSame(computed, notification.getValue());
54 assertSame(RemovalCause.SIZE, notification.getCause());
67 assertSame(computed, cache.getUnchecked(key));
69 assertSame(key, notification.getKey());
70 assertSame(computed, notification.getValue());
71 assertSame(RemovalCause.SIZE, notification.getCause());
84 assertSame(computed, cache.getUnchecked(key));
86 assertSame(key, notification.getKey());
87 assertSame(computed, notification.getValue());
88 assertSame(RemovalCause.SIZE, notification.getCause());
119 assertSame(e, uee.getCause());