Searched refs:memoizeTest (Results 1 – 2 of 2) sorted by relevance
97 memoizeTest(new CountingSupplier()); in testMemoize()98 memoizeTest(new SerializableCountingSupplier()); in testMemoize()101 private void memoizeTest(CountingSupplier countingSupplier) { in memoizeTest() method in SuppliersTest