Home
last modified time | relevance | path

Searched refs:tolerated (Results 1 – 25 of 91) sorted by relevance

1234

/external/guava/android/guava-tests/test/com/google/common/collect/
DForwardingSortedMapImplementsMapTest.java79 } catch (ClassCastException tolerated) { in testContainsKey()
87 } catch (ClassCastException tolerated) { in testEntrySetContainsEntryIncompatibleKey()
95 } catch (RuntimeException tolerated) { in testEntrySetRemoveAllNullFromEmpty()
104 } catch (RuntimeException tolerated) { in testEntrySetRetainAllNullFromEmpty()
113 } catch (RuntimeException tolerated) { in testKeySetRemoveAllNullFromEmpty()
122 } catch (RuntimeException tolerated) { in testKeySetRetainAllNullFromEmpty()
131 } catch (RuntimeException tolerated) { in testValuesRemoveAllNullFromEmpty()
140 } catch (RuntimeException tolerated) { in testValuesRetainAllNullFromEmpty()
DForMapMultimapAsMapImplementsMapTest.java56 } catch (RuntimeException tolerated) { in testEntrySetRemoveAllNullFromEmpty()
65 } catch (RuntimeException tolerated) { in testEntrySetRetainAllNullFromEmpty()
74 } catch (RuntimeException tolerated) { in testKeySetRemoveAllNullFromEmpty()
83 } catch (RuntimeException tolerated) { in testKeySetRetainAllNullFromEmpty()
92 } catch (RuntimeException tolerated) { in testValuesRemoveAllNullFromEmpty()
101 } catch (RuntimeException tolerated) { in testValuesRetainAllNullFromEmpty()
DSubMapMultimapAsMapImplementsMapTest.java76 } catch (RuntimeException tolerated) { in testEntrySetRemoveAllNullFromEmpty()
85 } catch (RuntimeException tolerated) { in testEntrySetRetainAllNullFromEmpty()
94 } catch (RuntimeException tolerated) { in testKeySetRemoveAllNullFromEmpty()
103 } catch (RuntimeException tolerated) { in testKeySetRetainAllNullFromEmpty()
112 } catch (RuntimeException tolerated) { in testValuesRemoveAllNullFromEmpty()
121 } catch (RuntimeException tolerated) { in testValuesRetainAllNullFromEmpty()
/external/guava/guava-tests/test/com/google/common/collect/
DForwardingSortedMapImplementsMapTest.java79 } catch (ClassCastException tolerated) { in testContainsKey()
87 } catch (ClassCastException tolerated) { in testEntrySetContainsEntryIncompatibleKey()
95 } catch (RuntimeException tolerated) { in testEntrySetRemoveAllNullFromEmpty()
104 } catch (RuntimeException tolerated) { in testEntrySetRetainAllNullFromEmpty()
113 } catch (RuntimeException tolerated) { in testKeySetRemoveAllNullFromEmpty()
122 } catch (RuntimeException tolerated) { in testKeySetRetainAllNullFromEmpty()
131 } catch (RuntimeException tolerated) { in testValuesRemoveAllNullFromEmpty()
140 } catch (RuntimeException tolerated) { in testValuesRetainAllNullFromEmpty()
DForMapMultimapAsMapImplementsMapTest.java56 } catch (RuntimeException tolerated) { in testEntrySetRemoveAllNullFromEmpty()
65 } catch (RuntimeException tolerated) { in testEntrySetRetainAllNullFromEmpty()
74 } catch (RuntimeException tolerated) { in testKeySetRemoveAllNullFromEmpty()
83 } catch (RuntimeException tolerated) { in testKeySetRetainAllNullFromEmpty()
92 } catch (RuntimeException tolerated) { in testValuesRemoveAllNullFromEmpty()
101 } catch (RuntimeException tolerated) { in testValuesRetainAllNullFromEmpty()
DSubMapMultimapAsMapImplementsMapTest.java76 } catch (RuntimeException tolerated) { in testEntrySetRemoveAllNullFromEmpty()
85 } catch (RuntimeException tolerated) { in testEntrySetRetainAllNullFromEmpty()
94 } catch (RuntimeException tolerated) { in testKeySetRemoveAllNullFromEmpty()
103 } catch (RuntimeException tolerated) { in testKeySetRetainAllNullFromEmpty()
112 } catch (RuntimeException tolerated) { in testValuesRemoveAllNullFromEmpty()
121 } catch (RuntimeException tolerated) { in testValuesRetainAllNullFromEmpty()
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
DMapReplaceEntryTester.java47 } catch (ClassCastException tolerated) { // for ClassToInstanceMap in testReplaceEntry_supportedPresent()
88 } catch (NullPointerException tolerated) { in testReplaceEntry_wrongValueNullValueUnsupported()
98 } catch (NullPointerException tolerated) { in testReplaceEntry_absentKeyNullValueUnsupported()
114 } catch (NullPointerException tolerated) { in testReplaceEntry_expectNullUnsupported()
136 } catch (UnsupportedOperationException tolerated) { in testReplaceEntry_unsupportedWrongValue()
146 } catch (UnsupportedOperationException tolerated) { in testReplaceEntry_unsupportedAbsentKey()
DConcurrentMapReplaceEntryTester.java89 } catch (NullPointerException tolerated) { in testReplaceEntry_wrongValueNullValueUnsupported()
99 } catch (NullPointerException tolerated) { in testReplaceEntry_absentKeyNullValueUnsupported()
115 } catch (NullPointerException tolerated) { in testReplaceEntry_expectNullUnsupported()
137 } catch (UnsupportedOperationException tolerated) { in testReplaceEntry_unsupportedWrongValue()
147 } catch (UnsupportedOperationException tolerated) { in testReplaceEntry_unsupportedAbsentKey()
DMapReplaceTester.java48 } catch (ClassCastException tolerated) { // for ClassToInstanceMap in testReplace_supportedPresent()
81 } catch (NullPointerException tolerated) { in testReplace_absentNullValueUnsupported()
91 } catch (NullPointerException tolerated) { in testReplace_absentNullKeyUnsupported()
104 } catch (ClassCastException tolerated) { in testReplace_unsupportedPresent()
DCollectionRemoveAllTester.java112 } catch (UnsupportedOperationException tolerated) { in testRemoveAll_unsupportedEmptyCollection()
124 } catch (UnsupportedOperationException tolerated) { in testRemoveAll_unsupportedNonePresent()
154 } catch (NullPointerException tolerated) { in testRemoveAll_nullCollectionReferenceEmptySubject()
175 } catch (NullPointerException tolerated) { in testRemoveAll_containsNullNo()
203 } catch (ClassCastException tolerated) { in testRemoveAll_containsWrongType()
DMapRemoveEntryTester.java69 } catch (NullPointerException tolerated) { in testRemove_nullKeyQueriesUnsupported()
79 } catch (NullPointerException tolerated) { in testRemove_nullValueQueriesUnsupported()
100 } catch (UnsupportedOperationException tolerated) { in testRemove_unsupportedAbsent()
DConcurrentMapRemoveTester.java74 } catch (NullPointerException tolerated) { in testRemove_nullKeyQueriesUnsupported()
84 } catch (NullPointerException tolerated) { in testRemove_nullValueQueriesUnsupported()
105 } catch (UnsupportedOperationException tolerated) { in testRemove_unsupportedAbsent()
DMapPutIfAbsentTester.java77 } catch (UnsupportedOperationException tolerated) { in testPutIfAbsent_unsupportedPresentExistingValue()
87 } catch (UnsupportedOperationException tolerated) { in testPutIfAbsent_unsupportedPresentDifferentValue()
121 } catch (NullPointerException tolerated) { in testPutIfAbsent_putWithNullValueUnsupported()
DConcurrentMapPutIfAbsentTester.java82 } catch (UnsupportedOperationException tolerated) { in testPutIfAbsent_unsupportedPresentExistingValue()
92 } catch (UnsupportedOperationException tolerated) { in testPutIfAbsent_unsupportedPresentDifferentValue()
126 } catch (NullPointerException tolerated) { in testPutIfAbsent_putWithNullValueUnsupported()
DCollectionRemoveTester.java108 } catch (UnsupportedOperationException tolerated) { in testRemove_unsupportedNotPresent()
120 } catch (NullPointerException tolerated) { in testRemove_nullNotSupported()
149 } catch (ClassCastException tolerated) { in testRemove_wrongType()
DMapRemoveTester.java135 } catch (UnsupportedOperationException tolerated) { in testRemove_unsupportedNotPresent()
146 } catch (NullPointerException tolerated) { in testRemove_nullQueriesNotSupported()
161 } catch (ClassCastException tolerated) { in testRemove_wrongType()
DMapGetTester.java58 } catch (NullPointerException tolerated) { in testGet_nullNotContainedAndUnsupported()
79 } catch (ClassCastException tolerated) { in testGet_wrongType()
/external/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/
DConcurrentMapReplaceEntryTester.java89 } catch (NullPointerException tolerated) { in testReplaceEntry_wrongValueNullValueUnsupported()
99 } catch (NullPointerException tolerated) { in testReplaceEntry_absentKeyNullValueUnsupported()
115 } catch (NullPointerException tolerated) { in testReplaceEntry_expectNullUnsupported()
137 } catch (UnsupportedOperationException tolerated) { in testReplaceEntry_unsupportedWrongValue()
147 } catch (UnsupportedOperationException tolerated) { in testReplaceEntry_unsupportedAbsentKey()
DCollectionRemoveAllTester.java112 } catch (UnsupportedOperationException tolerated) { in testRemoveAll_unsupportedEmptyCollection()
124 } catch (UnsupportedOperationException tolerated) { in testRemoveAll_unsupportedNonePresent()
154 } catch (NullPointerException tolerated) { in testRemoveAll_nullCollectionReferenceEmptySubject()
175 } catch (NullPointerException tolerated) { in testRemoveAll_containsNullNo()
203 } catch (ClassCastException tolerated) { in testRemoveAll_containsWrongType()
DConcurrentMapRemoveTester.java74 } catch (NullPointerException tolerated) { in testRemove_nullKeyQueriesUnsupported()
84 } catch (NullPointerException tolerated) { in testRemove_nullValueQueriesUnsupported()
105 } catch (UnsupportedOperationException tolerated) { in testRemove_unsupportedAbsent()
DConcurrentMapPutIfAbsentTester.java82 } catch (UnsupportedOperationException tolerated) { in testPutIfAbsent_unsupportedPresentExistingValue()
92 } catch (UnsupportedOperationException tolerated) { in testPutIfAbsent_unsupportedPresentDifferentValue()
126 } catch (NullPointerException tolerated) { in testPutIfAbsent_putWithNullValueUnsupported()
DCollectionRemoveTester.java108 } catch (UnsupportedOperationException tolerated) { in testRemove_unsupportedNotPresent()
120 } catch (NullPointerException tolerated) { in testRemove_nullNotSupported()
149 } catch (ClassCastException tolerated) { in testRemove_wrongType()
DMapRemoveTester.java135 } catch (UnsupportedOperationException tolerated) { in testRemove_unsupportedNotPresent()
146 } catch (NullPointerException tolerated) { in testRemove_nullQueriesNotSupported()
161 } catch (ClassCastException tolerated) { in testRemove_wrongType()
/external/guava/android/guava-testlib/src/com/google/common/collect/testing/google/
DAbstractMultisetSetCountTester.java136 } catch (UnsupportedOperationException tolerated) { in testSetCount_zeroToZero_unsupported()
157 } catch (UnsupportedOperationException tolerated) { in testSetCount_oneToOne_unsupported()
178 } catch (UnsupportedOperationException tolerated) { in testSetCount_threeToThree_unsupported()
337 } catch (UnsupportedOperationException tolerated) { in testSetCount_noOpNull_nullSupported()
345 } catch (NullPointerException | UnsupportedOperationException tolerated) { in testSetCount_noOpNull_nullUnsupported()
355 } catch (UnsupportedOperationException tolerated) { in testSetCount_existingNoNopNull_nullSupported()
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
DAbstractMultisetSetCountTester.java136 } catch (UnsupportedOperationException tolerated) { in testSetCount_zeroToZero_unsupported()
157 } catch (UnsupportedOperationException tolerated) { in testSetCount_oneToOne_unsupported()
178 } catch (UnsupportedOperationException tolerated) { in testSetCount_threeToThree_unsupported()
337 } catch (UnsupportedOperationException tolerated) { in testSetCount_noOpNull_nullSupported()
345 } catch (NullPointerException | UnsupportedOperationException tolerated) { in testSetCount_noOpNull_nullUnsupported()
355 } catch (UnsupportedOperationException tolerated) { in testSetCount_existingNoNopNull_nullSupported()

1234