/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/ |
ListListIteratorTester.java | 21 import static com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE; 30 import com.google.common.collect.testing.features.CollectionFeature; 52 @CollectionFeature.Require(absent = SUPPORTS_REMOVE) 62 @CollectionFeature.Require(SUPPORTS_REMOVE)
|
ListEqualsTester.java | 19 import static com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES; 22 import com.google.common.collect.testing.features.CollectionFeature; 62 @CollectionFeature.Require(ALLOWS_NULL_VALUES)
|
CollectionToArrayTester.java | 19 import static com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER; 25 import com.google.common.collect.testing.features.CollectionFeature; 71 @CollectionFeature.Require(KNOWN_ORDER) 98 @CollectionFeature.Require(KNOWN_ORDER) 113 @CollectionFeature.Require(KNOWN_ORDER) 141 @CollectionFeature.Require(KNOWN_ORDER)
|
ListAddAllAtIndexTester.java | 19 import static com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES; 27 import com.google.common.collect.testing.features.CollectionFeature; 110 @CollectionFeature.Require(ALLOWS_NULL_VALUES) 123 @CollectionFeature.Require(absent = ALLOWS_NULL_VALUES)
|
/external/guava/guava-tests/test/com/google/common/collect/ |
ImmutableBiMapTest.java | 28 import com.google.common.collect.testing.features.CollectionFeature; 68 .withFeatures(CollectionSize.ANY, CollectionFeature.KNOWN_ORDER, 69 CollectionFeature.ALLOWS_NULL_QUERIES) 75 .withFeatures(CollectionSize.ANY, CollectionFeature.KNOWN_ORDER, 76 CollectionFeature.ALLOWS_NULL_QUERIES) 83 CollectionFeature.REJECTS_DUPLICATES_AT_CREATION, 84 CollectionFeature.KNOWN_ORDER, 85 CollectionFeature.ALLOWS_NULL_QUERIES) 93 CollectionFeature.REJECTS_DUPLICATES_AT_CREATION, 94 CollectionFeature.KNOWN_ORDER [all...] |
TransformedImmutableListTest.java | 23 import com.google.common.collect.testing.features.CollectionFeature; 49 CollectionFeature.ALLOWS_NULL_QUERIES).createTestSuite();
|
ImmutableMapTest.java | 35 import com.google.common.collect.testing.features.CollectionFeature; 73 CollectionFeature.KNOWN_ORDER, 74 CollectionFeature.REJECTS_DUPLICATES_AT_CREATION, 75 CollectionFeature.ALLOWS_NULL_QUERIES) 82 CollectionFeature.KNOWN_ORDER, 83 CollectionFeature.REJECTS_DUPLICATES_AT_CREATION, 84 CollectionFeature.ALLOWS_NULL_QUERIES) 90 .withFeatures(CollectionSize.ANY, CollectionFeature.KNOWN_ORDER, 91 CollectionFeature.ALLOWS_NULL_QUERIES) 100 CollectionFeature.KNOWN_ORDER [all...] |
MultimapCollectionTest.java | 20 import static com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES; 21 import static com.google.common.collect.testing.features.CollectionFeature.REMOVE_OPERATIONS; 41 import com.google.common.collect.testing.features.CollectionFeature; 75 CollectionFeature.ALLOWS_NULL_VALUES, 76 CollectionFeature.GENERAL_PURPOSE 81 CollectionFeature.ALLOWS_NULL_VALUES, 82 CollectionFeature.KNOWN_ORDER, 83 CollectionFeature.GENERAL_PURPOSE 87 CollectionFeature.ALLOWS_NULL_VALUES, 88 CollectionFeature.REMOVE_OPERATION [all...] |
ImmutableSortedMapTest.java | 30 import com.google.common.collect.testing.features.CollectionFeature; 73 CollectionFeature.KNOWN_ORDER, 74 CollectionFeature.REJECTS_DUPLICATES_AT_CREATION, 75 CollectionFeature.ALLOWS_NULL_QUERIES) 83 CollectionFeature.KNOWN_ORDER, 84 CollectionFeature.REJECTS_DUPLICATES_AT_CREATION, 85 CollectionFeature.ALLOWS_NULL_QUERIES) 91 .withFeatures(CollectionSize.ANY, CollectionFeature.KNOWN_ORDER, 92 CollectionFeature.ALLOWS_NULL_QUERIES) 101 CollectionFeature.KNOWN_ORDER [all...] |
ForwardingCollectionTest.java | 24 import com.google.common.collect.testing.features.CollectionFeature; 112 CollectionFeature.ALLOWS_NULL_VALUES, 113 CollectionFeature.GENERAL_PURPOSE).createTestSuite()); 124 CollectionFeature.ALLOWS_NULL_VALUES).createTestSuite());
|
ForwardingSetTest.java | 24 import com.google.common.collect.testing.features.CollectionFeature; 120 CollectionFeature.ALLOWS_NULL_VALUES, 121 CollectionFeature.GENERAL_PURPOSE).createTestSuite()); 131 CollectionFeature.ALLOWS_NULL_VALUES).createTestSuite());
|
ForwardingQueueTest.java | 23 import com.google.common.collect.testing.features.CollectionFeature; 123 CollectionFeature.ALLOWS_NULL_VALUES, 124 CollectionFeature.GENERAL_PURPOSE).createTestSuite());
|
ForwardingSortedSetTest.java | 22 import com.google.common.collect.testing.features.CollectionFeature; 121 .withFeatures(CollectionSize.ANY, CollectionFeature.KNOWN_ORDER, 122 CollectionFeature.GENERAL_PURPOSE).createTestSuite());
|
ForwardingMultisetTest.java | 21 import com.google.common.collect.testing.features.CollectionFeature; 154 CollectionFeature.ALLOWS_NULL_VALUES, 155 CollectionFeature.GENERAL_PURPOSE).createTestSuite()); 166 CollectionFeature.ALLOWS_NULL_QUERIES) 261 CollectionFeature.ALLOWS_NULL_VALUES, 262 CollectionFeature.REMOVE_OPERATIONS).createTestSuite());
|
TableCollectionTest.java | 35 import com.google.common.collect.testing.features.CollectionFeature; 62 CollectionFeature.ALLOWS_NULL_QUERIES 67 CollectionFeature.KNOWN_ORDER, 68 CollectionFeature.ALLOWS_NULL_QUERIES 73 CollectionFeature.REMOVE_OPERATIONS, 74 CollectionFeature.ALLOWS_NULL_QUERIES 79 CollectionFeature.KNOWN_ORDER, 80 CollectionFeature.REMOVE_OPERATIONS, 81 CollectionFeature.ALLOWS_NULL_QUERIES 131 CollectionFeature.KNOWN_ORDER [all...] |
ListsTest.java | 34 import com.google.common.collect.testing.features.CollectionFeature; 115 CollectionFeature.ALLOWS_NULL_VALUES) 127 CollectionFeature.ALLOWS_NULL_VALUES) 150 CollectionFeature.ALLOWS_NULL_QUERIES) 165 CollectionFeature.ALLOWS_NULL_QUERIES) 177 CollectionFeature.ALLOWS_NULL_VALUES) 190 CollectionFeature.ALLOWS_NULL_VALUES) 201 CollectionFeature.ALLOWS_NULL_VALUES, ListFeature.GENERAL_PURPOSE) 212 CollectionFeature.ALLOWS_NULL_VALUES, ListFeature.SUPPORTS_SET) 223 CollectionFeature.ALLOWS_NULL_VALUES, ListFeature.GENERAL_PURPOSE [all...] |
TransformedSetTest.java | 24 import com.google.common.collect.testing.features.CollectionFeature; 63 CollectionFeature.ALLOWS_NULL_VALUES,
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/ |
MultisetNavigationTester.java | 20 import static com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ADD; 21 import static com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE; 33 import com.google.common.collect.testing.features.CollectionFeature; 103 @CollectionFeature.Require(SUPPORTS_REMOVE) 126 @CollectionFeature.Require(SUPPORTS_REMOVE) 137 @CollectionFeature.Require(SUPPORTS_REMOVE) 158 @CollectionFeature.Require(SUPPORTS_REMOVE) 171 @CollectionFeature.Require(SUPPORTS_REMOVE) 178 @CollectionFeature.Require(absent = SUPPORTS_REMOVE) 225 @CollectionFeature.Require(SUPPORTS_REMOVE [all...] |
/external/guava/guava-testlib/src/com/google/common/collect/testing/features/ |
SetFeature.java | 37 CollectionFeature.GENERAL_PURPOSE
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
MapTestSuiteBuilder.java | 19 import com.google.common.collect.testing.features.CollectionFeature; 125 entrySetFeatures.add(CollectionFeature.ALLOWS_NULL_QUERIES); 135 keySetFeatures.add(CollectionFeature.ALLOWS_NULL_VALUES); 137 keySetFeatures.add(CollectionFeature.ALLOWS_NULL_QUERIES); 147 valuesCollectionFeatures.add(CollectionFeature.ALLOWS_NULL_QUERIES); 150 valuesCollectionFeatures.add(CollectionFeature.ALLOWS_NULL_VALUES); 160 derivedFeatures.add(CollectionFeature.SUPPORTS_REMOVE); 161 derivedFeatures.add(CollectionFeature.SUPPORTS_REMOVE_ALL); 162 derivedFeatures.add(CollectionFeature.SUPPORTS_RETAIN_ALL); 165 derivedFeatures.add(CollectionFeature.SUPPORTS_CLEAR) [all...] |
TestsForMapsInJavaUtil.java | 19 import com.google.common.collect.testing.features.CollectionFeature; 95 CollectionFeature.NONE, 158 CollectionFeature.KNOWN_ORDER, 178 CollectionFeature.KNOWN_ORDER, 198 CollectionFeature.KNOWN_ORDER,
|
ListTestSuiteBuilder.java | 19 import com.google.common.collect.testing.features.CollectionFeature; 83 * Specifies {@link CollectionFeature#KNOWN_ORDER} for all list tests, since 87 if (!getFeatures().contains(CollectionFeature.KNOWN_ORDER)) { 89 features.add(CollectionFeature.KNOWN_ORDER);
|
/external/guava/guava-tests/test/com/google/common/primitives/ |
ByteArrayAsListTest.java | 26 import com.google.common.collect.testing.features.CollectionFeature; 74 CollectionFeature.RESTRICTS_ELEMENTS,
|
CharArrayAsListTest.java | 26 import com.google.common.collect.testing.features.CollectionFeature; 74 CollectionFeature.RESTRICTS_ELEMENTS,
|
DoubleArrayAsListTest.java | 26 import com.google.common.collect.testing.features.CollectionFeature; 74 CollectionFeature.RESTRICTS_ELEMENTS,
|