Home | History | Annotate | Download | only in collect

Lines Matching defs:testCase

22   com.google.common.collect.MapMakerTest.ComputingTest testCase = new com.google.common.collect.MapMakerTest.ComputingTest();
23 testCase.testComputerThatReturnsNull();
27 com.google.common.collect.MapMakerTest.ComputingTest testCase = new com.google.common.collect.MapMakerTest.ComputingTest();
28 testCase.testRuntimeException();
32 com.google.common.collect.MapMakerTest.RecursiveComputationTest testCase = new com.google.common.collect.MapMakerTest.RecursiveComputationTest();
33 testCase.testRecursiveComputation();
37 com.google.common.collect.MapMakerTest.MaximumSizeTest testCase = new com.google.common.collect.MapMakerTest.MaximumSizeTest();
38 testCase.testPut_sizeIsZero();
42 com.google.common.collect.MapMakerTest.MaximumSizeTest testCase = new com.google.common.collect.MapMakerTest.MaximumSizeTest();
43 testCase.testSizeBasedEviction();
47 com.google.common.collect.MapMakerTest.MakerTest testCase = new com.google.common.collect.MapMakerTest.MakerTest();
48 testCase.testExpiration_setTwice();
52 com.google.common.collect.MapMakerTest.MakerTest testCase = new com.google.common.collect.MapMakerTest.MakerTest();
53 testCase.testInitialCapacity_negative();
57 com.google.common.collect.MapMakerTest.MakerTest testCase = new com.google.common.collect.MapMakerTest.MakerTest();
58 testCase.testMaximumSize_setTwice();
62 com.google.common.collect.MapMakerTest.MakerTest testCase = new com.google.common.collect.MapMakerTest.MakerTest();
63 testCase.testReturnsPlainConcurrentHashMapWhenPossible();