Searched refs:popLoggedThrowable (Results 1 – 4 of 4) sorted by relevance
81 private Throwable popLoggedThrowable() { in popLoggedThrowable() method in CacheLoadingTest94 assertThat(popLoggedThrowable()).hasCauseThat().isSameInstanceAs(t); in checkLoggedCause()98 assertThat(popLoggedThrowable()).isInstanceOf(InvalidCacheLoadException.class); in checkLoggedInvalidLoad()
232 private Throwable popLoggedThrowable() { in popLoggedThrowable() method in LocalCacheTest245 assertSame(t, popLoggedThrowable()); in checkLogged()
229 private Throwable popLoggedThrowable() { in popLoggedThrowable() method in LocalCacheTest242 assertSame(t, popLoggedThrowable()); in checkLogged()