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

12

  /external/guava/guava-tests/test/com/google/common/collect/
ForwardingListTest.java 151 .withFeatures(CollectionSize.ANY, CollectionFeature.ALLOWS_NULL_VALUES,
160 .withFeatures(CollectionSize.ANY, CollectionFeature.ALLOWS_NULL_QUERIES)
ForwardingQueueTest.java 122 .withFeatures(CollectionSize.ANY,
ForwardingSortedSetTest.java 121 .withFeatures(CollectionSize.ANY, CollectionFeature.KNOWN_ORDER,
MutableClassToInstanceMapTest.java 70 .withFeatures(
TransformedSetTest.java 61 .withFeatures(
ForwardingMapTest.java 133 .withFeatures(CollectionSize.ANY, MapFeature.ALLOWS_NULL_VALUES,
148 .withFeatures(
SetsTest.java 133 .withFeatures(CollectionSize.ANY, CollectionFeature.ALLOWS_NULL_VALUES)
146 .withFeatures(CollectionSize.ANY, CollectionFeature.ALLOWS_NULL_VALUES)
158 .withFeatures(CollectionSize.ANY, CollectionFeature.ALLOWS_NULL_VALUES)
170 .withFeatures(CollectionSize.ONE, CollectionSize.SEVERAL,
193 .withFeatures(
214 .withFeatures(
238 .withFeatures(
    [all...]
ImmutableMultisetTest.java 64 .withFeatures(CollectionSize.ANY,
76 .withFeatures(CollectionSize.ANY,
87 .withFeatures(CollectionSize.ANY,
ImmutableSortedMultisetTest.java 64 }).named("ImmutableSortedMultiset").withFeatures(CollectionSize.ANY,
78 }).named("ImmutableSortedMultiset, reserialized").withFeatures(CollectionSize.ANY,
94 }).named("ImmutableSortedMultiset, element set").withFeatures(CollectionSize.ANY,
ImmutableClassToInstanceMapTest.java 62 .withFeatures(
MapsTest.java     [all...]
TreeBasedTableTest.java 66 }).withFeatures(MapFeature.GENERAL_PURPOSE, CollectionSize.ANY)
IteratorsTest.java     [all...]
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
MapTestSuiteBuilder.java 93 .withFeatures(computeEntrySetFeatures(parentBuilder.getFeatures()))
100 .withFeatures(computeKeySetFeatures(parentBuilder.getFeatures()))
109 .withFeatures(computeValuesCollectionFeatures(
ListTestSuiteBuilder.java 90 withFeatures(features);
PerCollectionSizeTestSuiteBuilder.java 35 * by {@link #withFeatures(Feature...)}.
87 + "FeatureSpecificTestSuiteBuilder.withFeatures().)");
104 .withFeatures(oneSizeFeatures)
NavigableMapTestSuiteBuilder.java 183 .withFeatures(features)
225 .withFeatures(features)
  /external/guava/guava-tests/test/com/google/common/primitives/
ByteArrayAsListTest.java 72 .withFeatures(CollectionSize.ONE,
CharArrayAsListTest.java 72 .withFeatures(CollectionSize.ONE,
DoubleArrayAsListTest.java 72 .withFeatures(CollectionSize.ONE,
FloatArrayAsListTest.java 72 .withFeatures(CollectionSize.ONE,
IntArrayAsListTest.java 73 .withFeatures(CollectionSize.ONE,
LongArrayAsListTest.java 72 .withFeatures(CollectionSize.ONE,
ShortArrayAsListTest.java 72 .withFeatures(CollectionSize.ONE,
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
SortedMultisetTestSuiteBuilder.java 199 .withFeatures(features)
245 .withFeatures(features)

Completed in 2622 milliseconds

12