/external/guava/guava-testlib/src/com/google/common/collect/testing/features/ |
ListFeature.java | 42 GENERAL_PURPOSE( 43 CollectionFeature.GENERAL_PURPOSE,
|
SetFeature.java | 36 GENERAL_PURPOSE( 37 CollectionFeature.GENERAL_PURPOSE
|
MapFeature.java | 57 GENERAL_PURPOSE(
|
CollectionFeature.java | 95 GENERAL_PURPOSE(
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
TestsForQueuesInJavaUtil.java | 87 CollectionFeature.GENERAL_PURPOSE, 106 CollectionFeature.GENERAL_PURPOSE, 123 CollectionFeature.GENERAL_PURPOSE, 140 CollectionFeature.GENERAL_PURPOSE, 162 CollectionFeature.GENERAL_PURPOSE, 177 CollectionFeature.GENERAL_PURPOSE,
|
TestsForSetsInJavaUtil.java | 144 SetFeature.GENERAL_PURPOSE, 160 SetFeature.GENERAL_PURPOSE, 179 SetFeature.GENERAL_PURPOSE, 196 SetFeature.GENERAL_PURPOSE, 215 SetFeature.GENERAL_PURPOSE, 233 SetFeature.GENERAL_PURPOSE, 270 SetFeature.GENERAL_PURPOSE, 313 SetFeature.GENERAL_PURPOSE,
|
TestsForListsInJavaUtil.java | 152 ListFeature.GENERAL_PURPOSE, 168 ListFeature.GENERAL_PURPOSE, 185 ListFeature.GENERAL_PURPOSE, 221 ListFeature.GENERAL_PURPOSE, 271 ListFeature.GENERAL_PURPOSE,
|
TestsForMapsInJavaUtil.java | 137 MapFeature.GENERAL_PURPOSE, 155 MapFeature.GENERAL_PURPOSE, 175 MapFeature.GENERAL_PURPOSE, 195 MapFeature.GENERAL_PURPOSE, 214 MapFeature.GENERAL_PURPOSE,
|
/external/guava/guava-tests/test/com/google/common/collect/ |
MultisetCollectionTest.java | 55 CollectionFeature.GENERAL_PURPOSE) 79 CollectionFeature.GENERAL_PURPOSE, 100 CollectionFeature.GENERAL_PURPOSE, 117 CollectionFeature.GENERAL_PURPOSE, 125 CollectionFeature.GENERAL_PURPOSE,
|
Collections2Test.java | 99 CollectionFeature.GENERAL_PURPOSE, 119 CollectionFeature.GENERAL_PURPOSE, 141 CollectionFeature.GENERAL_PURPOSE, 163 CollectionFeature.GENERAL_PURPOSE, 187 CollectionFeature.GENERAL_PURPOSE,
|
ForwardingSortedMapTest.java | 135 MapFeature.GENERAL_PURPOSE).createTestSuite()); 157 MapFeature.ALLOWS_NULL_KEYS, MapFeature.GENERAL_PURPOSE)
|
ForwardingCollectionTest.java | 113 CollectionFeature.GENERAL_PURPOSE).createTestSuite());
|
ForwardingQueueTest.java | 124 CollectionFeature.GENERAL_PURPOSE).createTestSuite());
|
ForwardingSetTest.java | 121 CollectionFeature.GENERAL_PURPOSE).createTestSuite());
|
ForwardingSortedSetTest.java | 122 CollectionFeature.GENERAL_PURPOSE).createTestSuite());
|
MutableClassToInstanceMapTest.java | 71 MapFeature.GENERAL_PURPOSE,
|
TransformedSetTest.java | 62 SetFeature.GENERAL_PURPOSE,
|
ForwardingListTest.java | 152 ListFeature.GENERAL_PURPOSE).createTestSuite());
|
ForwardingMapTest.java | 134 MapFeature.ALLOWS_NULL_KEYS, MapFeature.GENERAL_PURPOSE)
|
ForwardingMultisetTest.java | 155 CollectionFeature.GENERAL_PURPOSE).createTestSuite());
|
MultimapCollectionTest.java | 76 CollectionFeature.GENERAL_PURPOSE 83 CollectionFeature.GENERAL_PURPOSE 101 ListFeature.GENERAL_PURPOSE [all...] |
SetsTest.java | 194 SetFeature.GENERAL_PURPOSE, 215 SetFeature.GENERAL_PURPOSE, 239 SetFeature.GENERAL_PURPOSE, [all...] |
MapsTest.java | [all...] |
ListsTest.java | 201 CollectionFeature.ALLOWS_NULL_VALUES, ListFeature.GENERAL_PURPOSE) 223 CollectionFeature.ALLOWS_NULL_VALUES, ListFeature.GENERAL_PURPOSE)
|
TreeBasedTableTest.java | 66 }).withFeatures(MapFeature.GENERAL_PURPOSE, CollectionSize.ANY)
|