/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
DerivedIteratorTestSuiteBuilder.java | 49 .withFeatures(getFeatures())
|
TestsForListsInJavaUtil.java | 104 .withFeatures( 119 .withFeatures( 135 .withFeatures( 152 .withFeatures( 170 .withFeatures( 189 .withFeatures( 212 .withFeatures( 230 .withFeatures( 255 .withFeatures( 281 .withFeatures( [all...] |
TestsForQueuesInJavaUtil.java | 86 .withFeatures( 105 .withFeatures( 122 .withFeatures( 139 .withFeatures( 161 .withFeatures( 176 .withFeatures(
|
TestsForSetsInJavaUtil.java | 119 .withFeatures( 134 .withFeatures( 150 .withFeatures( 168 .withFeatures( 189 .withFeatures( 207 .withFeatures( 228 .withFeatures( 248 .withFeatures( 269 .withFeatures( 288 .withFeatures( [all...] |
TestsForMapsInJavaUtil.java | 99 .withFeatures( 116 .withFeatures( 135 .withFeatures( 157 .withFeatures( 181 .withFeatures( 202 .withFeatures(
|
SortedSetTestSuiteBuilder.java | 55 withFeatures(features); 94 .withFeatures(features)
|
SortedMapTestSuiteBuilder.java | 56 withFeatures(features); 115 .withFeatures(features)
|
MapTestSuiteBuilder.java | 103 .withFeatures(computeReserializedMapFeatures(parentBuilder.getFeatures())) 111 .withFeatures(computeEntrySetFeatures(parentBuilder.getFeatures())) 118 .withFeatures(computeKeySetFeatures(parentBuilder.getFeatures())) 127 .withFeatures(computeValuesCollectionFeatures(
|
FeatureSpecificTestSuiteBuilder.java | 110 public B withFeatures(Feature<?>... features) { 111 return withFeatures(Arrays.asList(features)); 114 public B withFeatures(Iterable<? extends Feature<?>> features) { 217 "Call withFeatures() before createTestSuite().");
|
/external/guava/guava-tests/test/com/google/common/collect/ |
SetOperationsTest.java | 55 .withFeatures(CollectionSize.ZERO, CollectionFeature.NONE, 67 .withFeatures(CollectionSize.ONE, CollectionFeature.ALLOWS_NULL_VALUES) 77 .withFeatures(CollectionSize.ONE, CollectionSize.SEVERAL, 88 .withFeatures(CollectionSize.ONE, CollectionSize.SEVERAL, 103 .withFeatures(CollectionSize.SEVERAL, 116 .withFeatures(CollectionSize.SEVERAL, 128 .withFeatures(CollectionSize.SEVERAL, 139 .withFeatures(CollectionSize.ZERO, CollectionFeature.NONE, 150 .withFeatures(CollectionSize.ZERO, CollectionFeature.NONE, 161 .withFeatures(CollectionSize.ZERO, CollectionFeature.NONE [all...] |
MultisetsCollectionTest.java | 51 .withFeatures(CollectionSize.ANY, CollectionFeature.KNOWN_ORDER, 58 .withFeatures(CollectionSize.ANY, CollectionFeature.KNOWN_ORDER, 64 .withFeatures(CollectionSize.ANY, 70 .withFeatures(CollectionSize.ANY, 77 .withFeatures(CollectionSize.ANY, 83 .withFeatures(CollectionSize.ANY, 90 .withFeatures(CollectionSize.ANY,
|
TableCollectionTest.java | 131 .withFeatures(CollectionSize.ONE, CollectionSize.SEVERAL, 145 .withFeatures(COLLECTION_FEATURES_REMOVE) 146 .withFeatures(CollectionFeature.SUPPORTS_ITERATOR_REMOVE) 162 .withFeatures(COLLECTION_FEATURES_REMOVE_ORDER) 163 .withFeatures(CollectionFeature.SUPPORTS_ITERATOR_REMOVE) 174 .withFeatures(COLLECTION_FEATURES) 190 .withFeatures(COLLECTION_FEATURES_ORDER) 203 .withFeatures(CollectionSize.ONE, CollectionSize.SEVERAL, 217 .withFeatures(COLLECTION_FEATURES_REMOVE) 233 .withFeatures(COLLECTION_FEATURES_REMOVE_ORDER [all...] |
MapsCollectionTest.java | 79 .withFeatures( 138 .withFeatures(CollectionSize.ANY, 199 .withFeatures(CollectionSize.ANY, 228 .withFeatures( 245 .withFeatures( 262 .withFeatures( 280 .withFeatures( 302 .withFeatures( 318 .withFeatures( 335 .withFeatures( [all...] |
ImmutableSetTest.java | 58 .withFeatures(CollectionSize.ANY, CollectionFeature.KNOWN_ORDER, 66 .withFeatures(CollectionSize.ANY, CollectionFeature.KNOWN_ORDER, 73 .withFeatures(CollectionSize.ONE, CollectionFeature.KNOWN_ORDER, 79 .withFeatures(CollectionSize.ANY,
|
MultimapsCollectionTest.java | 254 .withFeatures( 274 .withFeatures(FOR_MAP_FEATURES_ONE) 287 .withFeatures(FOR_MAP_FEATURES_ANY) 302 .withFeatures(FOR_MAP_FEATURES_ANY) 407 .withFeatures( 422 .withFeatures( 436 .withFeatures( 451 .withFeatures( 569 .withFeatures( 589 .withFeatures( [all...] |
ForwardingCollectionTest.java | 111 .withFeatures(CollectionSize.ANY, 123 .withFeatures(CollectionSize.ANY,
|
ForwardingSetTest.java | 119 .withFeatures(CollectionSize.ANY, 130 .withFeatures(CollectionSize.ANY,
|
ConstrainedSetMultimapTest.java | 64 .withFeatures(
|
/external/guava/guava-testlib/test/com/google/common/collect/testing/ |
MinimalSetTest.java | 41 .withFeatures(
|
MinimalCollectionTest.java | 47 .withFeatures(
|
FeatureSpecificTestSuiteBuilderTest.java | 75 .withFeatures(CollectionFeature.NONE).withSetUp(setUpRunnable)
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/ |
SortedSetMultimapTestSuiteBuilder.java | 71 .withFeatures(computeMultimapGetFeatures(parentBuilder.getFeatures())) 88 .withFeatures(features)
|
ListMultimapTestSuiteBuilder.java | 72 .withFeatures(computeMultimapGetFeatures(parentBuilder.getFeatures())) 88 .withFeatures(features)
|
BiMapTestSuiteBuilder.java | 88 .withFeatures(parentBuilder.getFeatures()) 100 .withFeatures(computeValuesSetFeatures(parentBuilder.getFeatures())) 109 .withFeatures(computeInverseFeatures(parentBuilder.getFeatures()))
|
SetMultimapTestSuiteBuilder.java | 70 .withFeatures(computeMultimapGetFeatures(parentBuilder.getFeatures())) 86 .withFeatures(features) 99 .withFeatures(computeEntriesFeatures(parentBuilder.getFeatures()))
|