Home
last modified time | relevance | path

Searched refs:TEST_CONSTRAINT (Results 1 – 9 of 9) sorted by relevance

/external/guava/guava-tests/test/com/google/common/collect/
DConstraintsTest.java52 private static final Constraint<String> TEST_CONSTRAINT field in ConstraintsTest
66 collection, TEST_CONSTRAINT); in testConstrainedCollectionLegal()
80 collection, TEST_CONSTRAINT); in testConstrainedCollectionIllegal()
95 Set<String> constrained = Constraints.constrainedSet(set, TEST_CONSTRAINT); in testConstrainedSetLegal()
110 Set<String> constrained = Constraints.constrainedSet(set, TEST_CONSTRAINT); in testConstrainedSetIllegal()
126 sortedSet, TEST_CONSTRAINT); in testConstrainedSortedSetLegal()
145 sortedSet, TEST_CONSTRAINT); in testConstrainedSortedSetIllegal()
173 list, TEST_CONSTRAINT); in testConstrainedListLegal()
202 list, TEST_CONSTRAINT); in testConstrainedListRandomAccessFalse()
211 list, TEST_CONSTRAINT); in testConstrainedListIllegal()
[all …]
DMapConstraintsTest.java66 static final MapConstraint<String, Integer> TEST_CONSTRAINT field in MapConstraintsTest
104 map, TEST_CONSTRAINT); in testConstrainedMapLegal()
128 map, TEST_CONSTRAINT); in testConstrainedMapIllegal()
154 map, TEST_CONSTRAINT); in testConstrainedBiMapLegal()
178 map, TEST_CONSTRAINT); in testConstrainedBiMapIllegal()
214 multimap, TEST_CONSTRAINT); in testConstrainedMultimapLegal()
268 TEST_CONSTRAINT); in testConstrainedTypePreservingList()
281 TEST_CONSTRAINT); in testConstrainedTypePreservingRandomAccessList()
294 TEST_CONSTRAINT); in testConstrainedTypePreservingSet()
307 TEST_CONSTRAINT); in testConstrainedTypePreservingSortedSet()
[all …]
DConstrainedMapTest.java48 private static final MapConstraint<String, String> TEST_CONSTRAINT = new TestConstraint(); field in ConstrainedMapTest
71 TEST_CONSTRAINT); in testPutWithForbiddenKeyForbiddenValue()
83 TEST_CONSTRAINT); in testPutWithForbiddenKeyAllowedValue()
95 TEST_CONSTRAINT); in testPutWithAllowedKeyForbiddenValue()
109 TEST_CONSTRAINT); in create()
DConstrainedBiMapTest.java48 private static final MapConstraint<String, String> TEST_CONSTRAINT = new TestConstraint(); field in ConstrainedBiMapTest
72 TEST_CONSTRAINT); in testPutWithForbiddenKeyForbiddenValue()
84 TEST_CONSTRAINT); in testPutWithForbiddenKeyAllowedValue()
96 TEST_CONSTRAINT); in testPutWithAllowedKeyForbiddenValue()
110 TEST_CONSTRAINT); in create()
DConstrainedMultimapAsMapImplementsMapTest.java42 MapConstraintsTest.TEST_CONSTRAINT) in makeEmptyMap()
50 delegate, MapConstraintsTest.TEST_CONSTRAINT) in makePopulatedMap()
DConstrainedMapImplementsMapTest.java36 MapConstraintsTest.TEST_CONSTRAINT); in makeEmptyMap()
41 new HashMap<String, Integer>(), MapConstraintsTest.TEST_CONSTRAINT); in makePopulatedMap()
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
DMapConstraintsTest.java64 static final MapConstraint<String, Integer> TEST_CONSTRAINT field in MapConstraintsTest
102 map, TEST_CONSTRAINT); in testConstrainedMapLegal()
126 map, TEST_CONSTRAINT); in testConstrainedMapIllegal()
152 map, TEST_CONSTRAINT); in testConstrainedBiMapLegal()
176 map, TEST_CONSTRAINT); in testConstrainedBiMapIllegal()
212 multimap, TEST_CONSTRAINT); in testConstrainedMultimapLegal()
266 TEST_CONSTRAINT); in testConstrainedTypePreservingList()
279 TEST_CONSTRAINT); in testConstrainedTypePreservingRandomAccessList()
292 TEST_CONSTRAINT); in testConstrainedTypePreservingSet()
305 TEST_CONSTRAINT); in testConstrainedTypePreservingSortedSet()
[all …]
DConstrainedBiMapTest.java41 private static final MapConstraint<String, String> TEST_CONSTRAINT = new TestConstraint(); field in ConstrainedBiMapTest
46 TEST_CONSTRAINT); in testPutWithForbiddenKeyForbiddenValue()
58 TEST_CONSTRAINT); in testPutWithForbiddenKeyAllowedValue()
70 TEST_CONSTRAINT); in testPutWithAllowedKeyForbiddenValue()
84 TEST_CONSTRAINT); in create()
DConstrainedMapTest.java41 private static final MapConstraint<String, String> TEST_CONSTRAINT = new TestConstraint(); field in ConstrainedMapTest
46 TEST_CONSTRAINT); in testPutWithForbiddenKeyForbiddenValue()
58 TEST_CONSTRAINT); in testPutWithForbiddenKeyAllowedValue()
70 TEST_CONSTRAINT); in testPutWithAllowedKeyForbiddenValue()
84 TEST_CONSTRAINT); in create()