Home
last modified time | relevance | path

Searched refs:CreationTests (Results 1 – 12 of 12) sorted by relevance

/external/guava/guava-gwt/test/com/google/common/collect/
DImmutableListTest_gwt.java67 …common.collect.ImmutableListTest.CreationTests testCase = new com.google.common.collect.ImmutableL… in testBuilderAddArrayHandlesNulls__CreationTests()
72 …common.collect.ImmutableListTest.CreationTests testCase = new com.google.common.collect.ImmutableL… in testBuilderAddCollectionHandlesNulls__CreationTests()
77 …common.collect.ImmutableListTest.CreationTests testCase = new com.google.common.collect.ImmutableL… in testCopyOf_arrayContainingOnlyNull__CreationTests()
82 …common.collect.ImmutableListTest.CreationTests testCase = new com.google.common.collect.ImmutableL… in testCopyOf_arrayOfOneElement__CreationTests()
87 …common.collect.ImmutableListTest.CreationTests testCase = new com.google.common.collect.ImmutableL… in testCopyOf_collectionContainingNull__CreationTests()
92 …common.collect.ImmutableListTest.CreationTests testCase = new com.google.common.collect.ImmutableL… in testCopyOf_collection_empty__CreationTests()
97 …common.collect.ImmutableListTest.CreationTests testCase = new com.google.common.collect.ImmutableL… in testCopyOf_collection_general__CreationTests()
102 …common.collect.ImmutableListTest.CreationTests testCase = new com.google.common.collect.ImmutableL… in testCopyOf_collection_oneElement__CreationTests()
107 …common.collect.ImmutableListTest.CreationTests testCase = new com.google.common.collect.ImmutableL… in testCopyOf_concurrentlyMutating__CreationTests()
112 …common.collect.ImmutableListTest.CreationTests testCase = new com.google.common.collect.ImmutableL… in testCopyOf_emptyArray__CreationTests()
[all …]
DImmutableBiMapTest_gwt.java42 …ommon.collect.ImmutableBiMapTest.CreationTests testCase = new com.google.common.collect.ImmutableB… in testBuilder__CreationTests()
47 …ommon.collect.ImmutableBiMapTest.CreationTests testCase = new com.google.common.collect.ImmutableB… in testBuilderPutAll__CreationTests()
52 …ommon.collect.ImmutableBiMapTest.CreationTests testCase = new com.google.common.collect.ImmutableB… in testBuilderPutAllWithEmptyMap__CreationTests()
57 …ommon.collect.ImmutableBiMapTest.CreationTests testCase = new com.google.common.collect.ImmutableB… in testBuilderPutNullKey__CreationTests()
62 …ommon.collect.ImmutableBiMapTest.CreationTests testCase = new com.google.common.collect.ImmutableB… in testBuilderPutNullKeyViaPutAll__CreationTests()
67 …ommon.collect.ImmutableBiMapTest.CreationTests testCase = new com.google.common.collect.ImmutableB… in testBuilderPutNullValue__CreationTests()
72 …ommon.collect.ImmutableBiMapTest.CreationTests testCase = new com.google.common.collect.ImmutableB… in testBuilderPutNullValueViaPutAll__CreationTests()
77 …ommon.collect.ImmutableBiMapTest.CreationTests testCase = new com.google.common.collect.ImmutableB… in testBuilderReuse__CreationTests()
82 …ommon.collect.ImmutableBiMapTest.CreationTests testCase = new com.google.common.collect.ImmutableB… in testCopyOf__CreationTests()
87 …ommon.collect.ImmutableBiMapTest.CreationTests testCase = new com.google.common.collect.ImmutableB… in testCopyOfEmptyMap__CreationTests()
[all …]
DImmutableMapTest_gwt.java57 …e.common.collect.ImmutableMapTest.CreationTests testCase = new com.google.common.collect.Immutable… in testBuilder__CreationTests()
62 …e.common.collect.ImmutableMapTest.CreationTests testCase = new com.google.common.collect.Immutable… in testBuilderPutAll__CreationTests()
67 …e.common.collect.ImmutableMapTest.CreationTests testCase = new com.google.common.collect.Immutable… in testBuilderPutAllWithEmptyMap__CreationTests()
72 …e.common.collect.ImmutableMapTest.CreationTests testCase = new com.google.common.collect.Immutable… in testBuilderPutImmutableEntryWithNullKeyFailsAtomically__CreationTests()
77 …e.common.collect.ImmutableMapTest.CreationTests testCase = new com.google.common.collect.Immutable… in testBuilderPutMutableEntryWithNullKeyFailsAtomically__CreationTests()
82 …e.common.collect.ImmutableMapTest.CreationTests testCase = new com.google.common.collect.Immutable… in testBuilderPutNullKey__CreationTests()
87 …e.common.collect.ImmutableMapTest.CreationTests testCase = new com.google.common.collect.Immutable… in testBuilderPutNullKeyFailsAtomically__CreationTests()
92 …e.common.collect.ImmutableMapTest.CreationTests testCase = new com.google.common.collect.Immutable… in testBuilderPutNullKeyViaPutAll__CreationTests()
97 …e.common.collect.ImmutableMapTest.CreationTests testCase = new com.google.common.collect.Immutable… in testBuilderPutNullValue__CreationTests()
102 …e.common.collect.ImmutableMapTest.CreationTests testCase = new com.google.common.collect.Immutable… in testBuilderPutNullValueViaPutAll__CreationTests()
[all …]
DImmutableSortedMapTest_gwt.java82 …collect.ImmutableSortedMapTest.CreationTests testCase = new com.google.common.collect.ImmutableSor… in testBuilder__CreationTests()
87 …collect.ImmutableSortedMapTest.CreationTests testCase = new com.google.common.collect.ImmutableSor… in testBuilderComparator__CreationTests()
92 …collect.ImmutableSortedMapTest.CreationTests testCase = new com.google.common.collect.ImmutableSor… in testBuilderPutAll__CreationTests()
97 …collect.ImmutableSortedMapTest.CreationTests testCase = new com.google.common.collect.ImmutableSor… in testBuilderPutAllWithEmptyMap__CreationTests()
102 …collect.ImmutableSortedMapTest.CreationTests testCase = new com.google.common.collect.ImmutableSor… in testBuilderPutNullKey__CreationTests()
107 …collect.ImmutableSortedMapTest.CreationTests testCase = new com.google.common.collect.ImmutableSor… in testBuilderPutNullKeyViaPutAll__CreationTests()
112 …collect.ImmutableSortedMapTest.CreationTests testCase = new com.google.common.collect.ImmutableSor… in testBuilderPutNullValue__CreationTests()
117 …collect.ImmutableSortedMapTest.CreationTests testCase = new com.google.common.collect.ImmutableSor… in testBuilderPutNullValueViaPutAll__CreationTests()
122 …collect.ImmutableSortedMapTest.CreationTests testCase = new com.google.common.collect.ImmutableSor… in testBuilderReuse__CreationTests()
127 …collect.ImmutableSortedMapTest.CreationTests testCase = new com.google.common.collect.ImmutableSor… in testBuilderReverseOrder__CreationTests()
[all …]
/external/guava/guava-tests/test/com/google/common/collect/
DImmutableBiMapTest.java61 suite.addTestSuite(CreationTests.class); in suite()
158 public static class CreationTests extends TestCase { class in ImmutableBiMapTest
DImmutableListTest.java127 public static class CreationTests extends TestCase { class in ImmutableListTest
634 ImmutableListTest.CreationTests.class.getClassLoader(),
DImmutableMapTest.java277 public static class CreationTests extends TestCase { class in ImmutableMapTest
DImmutableSortedMapTest.java265 public static class CreationTests extends TestCase { class in ImmutableSortedMapTest
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
DImmutableBiMapTest.java117 public static class CreationTests extends TestCase { class in ImmutableBiMapTest
DImmutableListTest.java44 public static class CreationTests extends TestCase { class in ImmutableListTest
DImmutableMapTest.java137 public static class CreationTests extends TestCase { class in ImmutableMapTest
DImmutableSortedMapTest.java188 public static class CreationTests extends TestCase { class in ImmutableSortedMapTest