/external/guava/android/guava-tests/test/com/google/common/collect/ |
D | ForwardingSortedMapImplementsMapTest.java | 79 } 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()
|
D | ForMapMultimapAsMapImplementsMapTest.java | 56 } 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()
|
D | SubMapMultimapAsMapImplementsMapTest.java | 76 } 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/ |
D | ForwardingSortedMapImplementsMapTest.java | 79 } 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()
|
D | ForMapMultimapAsMapImplementsMapTest.java | 56 } 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()
|
D | SubMapMultimapAsMapImplementsMapTest.java | 76 } 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/ |
D | MapReplaceEntryTester.java | 47 } 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()
|
D | ConcurrentMapReplaceEntryTester.java | 89 } 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()
|
D | MapReplaceTester.java | 48 } 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()
|
D | CollectionRemoveAllTester.java | 112 } 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()
|
D | MapRemoveEntryTester.java | 69 } catch (NullPointerException tolerated) { in testRemove_nullKeyQueriesUnsupported() 79 } catch (NullPointerException tolerated) { in testRemove_nullValueQueriesUnsupported() 100 } catch (UnsupportedOperationException tolerated) { in testRemove_unsupportedAbsent()
|
D | ConcurrentMapRemoveTester.java | 74 } catch (NullPointerException tolerated) { in testRemove_nullKeyQueriesUnsupported() 84 } catch (NullPointerException tolerated) { in testRemove_nullValueQueriesUnsupported() 105 } catch (UnsupportedOperationException tolerated) { in testRemove_unsupportedAbsent()
|
D | MapPutIfAbsentTester.java | 77 } catch (UnsupportedOperationException tolerated) { in testPutIfAbsent_unsupportedPresentExistingValue() 87 } catch (UnsupportedOperationException tolerated) { in testPutIfAbsent_unsupportedPresentDifferentValue() 121 } catch (NullPointerException tolerated) { in testPutIfAbsent_putWithNullValueUnsupported()
|
D | ConcurrentMapPutIfAbsentTester.java | 82 } catch (UnsupportedOperationException tolerated) { in testPutIfAbsent_unsupportedPresentExistingValue() 92 } catch (UnsupportedOperationException tolerated) { in testPutIfAbsent_unsupportedPresentDifferentValue() 126 } catch (NullPointerException tolerated) { in testPutIfAbsent_putWithNullValueUnsupported()
|
D | CollectionRemoveTester.java | 108 } catch (UnsupportedOperationException tolerated) { in testRemove_unsupportedNotPresent() 120 } catch (NullPointerException tolerated) { in testRemove_nullNotSupported() 149 } catch (ClassCastException tolerated) { in testRemove_wrongType()
|
D | MapRemoveTester.java | 135 } catch (UnsupportedOperationException tolerated) { in testRemove_unsupportedNotPresent() 146 } catch (NullPointerException tolerated) { in testRemove_nullQueriesNotSupported() 161 } catch (ClassCastException tolerated) { in testRemove_wrongType()
|
D | MapGetTester.java | 58 } 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/ |
D | ConcurrentMapReplaceEntryTester.java | 89 } 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()
|
D | CollectionRemoveAllTester.java | 112 } 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()
|
D | ConcurrentMapRemoveTester.java | 74 } catch (NullPointerException tolerated) { in testRemove_nullKeyQueriesUnsupported() 84 } catch (NullPointerException tolerated) { in testRemove_nullValueQueriesUnsupported() 105 } catch (UnsupportedOperationException tolerated) { in testRemove_unsupportedAbsent()
|
D | ConcurrentMapPutIfAbsentTester.java | 82 } catch (UnsupportedOperationException tolerated) { in testPutIfAbsent_unsupportedPresentExistingValue() 92 } catch (UnsupportedOperationException tolerated) { in testPutIfAbsent_unsupportedPresentDifferentValue() 126 } catch (NullPointerException tolerated) { in testPutIfAbsent_putWithNullValueUnsupported()
|
D | CollectionRemoveTester.java | 108 } catch (UnsupportedOperationException tolerated) { in testRemove_unsupportedNotPresent() 120 } catch (NullPointerException tolerated) { in testRemove_nullNotSupported() 149 } catch (ClassCastException tolerated) { in testRemove_wrongType()
|
D | MapRemoveTester.java | 135 } 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/ |
D | AbstractMultisetSetCountTester.java | 136 } 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/ |
D | AbstractMultisetSetCountTester.java | 136 } 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()
|