Home
last modified time | relevance | path

Searched refs:memoizeTest (Results 1 – 2 of 2) sorted by relevance

/external/guava/guava-tests/test/com/google/common/base/
DSuppliersTest.java97 memoizeTest(new CountingSupplier()); in testMemoize()
98 memoizeTest(new SerializableCountingSupplier()); in testMemoize()
101 private void memoizeTest(CountingSupplier countingSupplier) { in memoizeTest() method in SuppliersTest
/external/guava/android/guava-tests/test/com/google/common/base/
DSuppliersTest.java97 memoizeTest(new CountingSupplier()); in testMemoize()
98 memoizeTest(new SerializableCountingSupplier()); in testMemoize()
101 private void memoizeTest(CountingSupplier countingSupplier) { in memoizeTest() method in SuppliersTest