/external/guava/guava-tests/test/com/google/common/collect/ |
D | ConstraintsTest.java | 52 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 …]
|
D | MapConstraintsTest.java | 66 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 …]
|
D | ConstrainedMapTest.java | 48 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()
|
D | ConstrainedBiMapTest.java | 48 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()
|
D | ConstrainedMultimapAsMapImplementsMapTest.java | 42 MapConstraintsTest.TEST_CONSTRAINT) in makeEmptyMap() 50 delegate, MapConstraintsTest.TEST_CONSTRAINT) in makePopulatedMap()
|
D | ConstrainedMapImplementsMapTest.java | 36 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/ |
D | MapConstraintsTest.java | 64 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 …]
|
D | ConstrainedBiMapTest.java | 41 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()
|
D | ConstrainedMapTest.java | 41 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()
|