HomeSort by relevance Sort by last modified time
    Searched refs:withFeatures (Results 26 - 50 of 127) sorted by null

12 3 4 5 6

  /external/guava/guava-tests/test/com/google/common/collect/
ForwardingSortedMapTest.java 131 + "implementations").withFeatures(CollectionSize.ANY,
148 + "standard implementations").withFeatures(CollectionSize.ANY,
165 + "implementations").withFeatures(
ListsTest.java 123 .withFeatures(CollectionSize.SEVERAL, CollectionSize.ONE,
136 .withFeatures(CollectionSize.SEVERAL,
154 .withFeatures(CollectionSize.ANY,
170 .withFeatures(CollectionSize.ANY,
183 .withFeatures(CollectionSize.ANY,
197 .withFeatures(CollectionSize.ANY,
210 }).named("Lists.reverse[ArrayList]").withFeatures(CollectionSize.ANY,
221 }).named("Lists.reverse[Arrays.asList]").withFeatures(CollectionSize.ANY,
232 }).named("Lists.reverse[LinkedList]").withFeatures(CollectionSize.ANY,
243 }).named("Lists.reverse[ImmutableList]").withFeatures(CollectionSize.ANY
    [all...]
Collections2Test.java 101 .withFeatures(
121 .withFeatures(
143 .withFeatures(
165 .withFeatures(
189 .withFeatures(
220 .withFeatures(
ForwardingMultisetTest.java 153 + "implementations").withFeatures(CollectionSize.ANY,
165 .withFeatures(CollectionSize.ANY,
260 }).named("standardElementSet tripwire").withFeatures(CollectionSize.ANY,
ConstrainedMapTest.java 56 .withFeatures(
HashMultimapTest.java 55 .withFeatures(
ImmutableEnumMapTest.java 60 .withFeatures(CollectionSize.ANY,
ForwardingListTest.java 151 .withFeatures(CollectionSize.ANY, CollectionFeature.ALLOWS_NULL_VALUES,
160 .withFeatures(CollectionSize.ANY, CollectionFeature.ALLOWS_NULL_QUERIES)
ImmutableListTest.java 74 .withFeatures(CollectionSize.ANY,
80 .withFeatures(CollectionSize.ANY,
86 .withFeatures(CollectionSize.ANY,
92 .withFeatures(CollectionSize.ANY,
99 .withFeatures(CollectionSize.ANY,
106 .withFeatures(CollectionSize.ANY,
113 .withFeatures(CollectionSize.ANY,
121 .withFeatures(CollectionSize.ANY,
SynchronizedBiMapTest.java 46 .withFeatures(CollectionSize.ANY,
56 .withFeatures(CollectionSize.ANY,
ImmutableMapTest.java 75 .withFeatures(
85 .withFeatures(
94 .withFeatures(
104 .withFeatures(CollectionSize.ANY, CollectionFeature.KNOWN_ORDER,
112 .withFeatures(CollectionSize.ANY,
121 .withFeatures(CollectionSize.ANY,
130 .withFeatures(CollectionSize.ANY,
ImmutableSortedSetTest.java 69 .withFeatures(CollectionSize.ANY, CollectionFeature.KNOWN_ORDER,
78 .withFeatures(CollectionSize.ANY, CollectionFeature.KNOWN_ORDER,
87 .withFeatures(CollectionSize.ANY, CollectionFeature.KNOWN_ORDER,
96 .withFeatures(CollectionSize.ANY, CollectionFeature.KNOWN_ORDER,
105 .withFeatures(CollectionSize.ANY, CollectionFeature.KNOWN_ORDER,
112 .withFeatures(CollectionSize.ANY, CollectionFeature.KNOWN_ORDER,
120 .withFeatures(CollectionSize.ANY,
129 .withFeatures(CollectionSize.ANY,
138 .withFeatures(CollectionSize.ANY,
    [all...]
TreeMultisetTest.java 69 .withFeatures(CollectionSize.ANY, CollectionFeature.KNOWN_ORDER,
91 .withFeatures(CollectionSize.ANY, CollectionFeature.KNOWN_ORDER,
110 .withFeatures(
ConstrainedBiMapTest.java 56 .withFeatures(
ForwardingQueueTest.java 122 .withFeatures(CollectionSize.ANY,
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
SortedMultisetTestSuiteBuilder.java 65 withFeatures(CollectionFeature.KNOWN_ORDER);
88 .withFeatures(computeElementSetFeatures(parentBuilder.getFeatures()))
224 .withFeatures(features)
273 .withFeatures(features)
296 .withFeatures(features)
MultimapTestSuiteBuilder.java 117 .withFeatures(computeReserializedMultimapFeatures(parentBuilder.getFeatures()))
125 .withFeatures(computeAsMapFeatures(parentBuilder.getFeatures()))
144 .withFeatures(computeValuesFeatures(parentBuilder.getFeatures()))
155 .withFeatures(computeEntriesFeatures(parentBuilder.getFeatures()))
166 .withFeatures(computeMultimapGetFeatures(parentBuilder.getFeatures()))
181 .withFeatures(features)
193 .withFeatures(computeKeysFeatures(parentBuilder.getFeatures()))
MultisetTestSuiteBuilder.java 138 .withFeatures(computeEntrySetFeatures(parentBuilder.getFeatures()))
147 .withFeatures(computeReserializedMultisetFeatures(parentBuilder.getFeatures()))
159 .withFeatures(computeElementSetFeatures(parentBuilder.getFeatures()))
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
AbstractCollectionTestSuiteBuilder.java 83 .withFeatures(parentBuilder.getFeatures());
CollectionTestSuiteBuilder.java 60 .withFeatures(computeReserializedCollectionFeatures(parentBuilder.getFeatures()))
ListTestSuiteBuilder.java 94 withFeatures(CollectionFeature.KNOWN_ORDER);
111 .withFeatures(computeReserializedCollectionFeatures(parentBuilder.getFeatures()))
PerCollectionSizeTestSuiteBuilder.java 35 * by {@link #withFeatures(Feature...)}.
87 + "FeatureSpecificTestSuiteBuilder.withFeatures().)");
104 .withFeatures(oneSizeFeatures)
SetTestSuiteBuilder.java 81 .withFeatures(computeReserializedCollectionFeatures(parentBuilder.getFeatures()))
  /external/guava/guava-testlib/test/com/google/common/collect/testing/
SafeTreeSetTest.java 54 }).withFeatures(CollectionSize.ANY, CollectionFeature.KNOWN_ORDER,
MapTestSuiteBuilderTests.java 81 .withFeatures(featuresList)

Completed in 359 milliseconds

12 3 4 5 6