Interface UnmodifiableMapTests.KeySetTests.RemoveAllTests<K,V>
-
- Type Parameters:
K
- The key type of the map to test.V
- The value type of the map to test.
- All Superinterfaces:
CollectionTests<K>
,IterableTests<K>
,MapTests<K,V>
,SetTests<K>
,UnmodifiableCollectionTests<K>
,UnmodifiableCollectionTests.RemoveAllTests<K>
,UnmodifiableMapTests<K,V>
,UnmodifiableMapTests.KeySetTests<K,V>
,UnmodifiableSetTests<K>
- Enclosing interface:
- UnmodifiableMapTests.KeySetTests<K,V>
@TestInstance(PER_CLASS) @DisplayName("removeAll(Collection)") public static interface UnmodifiableMapTests.KeySetTests.RemoveAllTests<K,V> extends UnmodifiableMapTests.KeySetTests<K,V>, UnmodifiableCollectionTests.RemoveAllTests<K>
Contains tests forSet.removeAll(Collection)
for key sets.By default, the tests in this interface assume that calling
Set.removeAll(Collection)
with a collection containingnull
or an instance of an incompatible type will simply ignore thenull
and incompatible element. If either is not the case, annotate your class withRemoveNullNotSupported
and/orRemoveIncompatibleNotSupported
.- Author:
- Rob Spoor
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.github.robtimus.junit.support.test.collections.CollectionTests
CollectionTests.ContainsAllTests<T>, CollectionTests.ContainsTests<T>, CollectionTests.RemoveAllArgumentsProvider, CollectionTests.RemoveArgumentsProvider, CollectionTests.RetainAllArgumentsProvider, CollectionTests.ToArrayTests<T>, CollectionTests.ToArrayWithGeneratorTests<T>, CollectionTests.ToObjectArrayTests<T>
-
Nested classes/interfaces inherited from interface com.github.robtimus.junit.support.test.collections.IterableTests
IterableTests.ForEachTests<T>
-
Nested classes/interfaces inherited from interface com.github.robtimus.junit.support.test.collections.MapTests
MapTests.ContainsKeyTests<K,V>, MapTests.ContainsValueTests<K,V>, MapTests.EqualsArgumentsProvider, MapTests.GetOrDefaultTests<K,V>, MapTests.GetTests<K,V>, MapTests.RemoveArgumentsProvider, MapTests.RemoveExactValueArgumentsProvider
-
Nested classes/interfaces inherited from interface com.github.robtimus.junit.support.test.collections.SetTests
SetTests.AddAllArgumentsProvider, SetTests.AddArgumentsProvider, SetTests.EqualsArgumentsProvider
-
Nested classes/interfaces inherited from interface com.github.robtimus.junit.support.test.collections.UnmodifiableCollectionTests
UnmodifiableCollectionTests.AddAllTests<T>, UnmodifiableCollectionTests.AddTests<T>, UnmodifiableCollectionTests.ClearTests<T>, UnmodifiableCollectionTests.RemoveAllTests<T>, UnmodifiableCollectionTests.RemoveIfTests<T>, UnmodifiableCollectionTests.RemoveTests<T>, UnmodifiableCollectionTests.RetainAllTests<T>
-
Nested classes/interfaces inherited from interface com.github.robtimus.junit.support.test.collections.UnmodifiableMapTests
UnmodifiableMapTests.ComputeIfAbsentTests<K,V>, UnmodifiableMapTests.ComputeIfPresentTests<K,V>, UnmodifiableMapTests.ComputeTests<K,V>, UnmodifiableMapTests.EntrySetTests<K,V>, UnmodifiableMapTests.KeySetTests<K,V>, UnmodifiableMapTests.MergeTests<K,V>, UnmodifiableMapTests.PutAllTests<K,V>, UnmodifiableMapTests.PutIfAbsentTests<K,V>, UnmodifiableMapTests.PutTests<K,V>, UnmodifiableMapTests.RemoveExactValueTests<K,V>, UnmodifiableMapTests.ReplaceAllTests<K,V>, UnmodifiableMapTests.ReplaceExactValueTests<K,V>, UnmodifiableMapTests.ReplaceTests<K,V>, UnmodifiableMapTests.ValuesTests<K,V>
-
Nested classes/interfaces inherited from interface com.github.robtimus.junit.support.test.collections.UnmodifiableMapTests.KeySetTests
UnmodifiableMapTests.KeySetTests.AddAllTests<K,V>, UnmodifiableMapTests.KeySetTests.AddTests<K,V>, UnmodifiableMapTests.KeySetTests.ClearTests<K,V>, UnmodifiableMapTests.KeySetTests.ContainsAllTests<K,V>, UnmodifiableMapTests.KeySetTests.ContainsTests<K,V>, UnmodifiableMapTests.KeySetTests.EqualsTests<K,V>, UnmodifiableMapTests.KeySetTests.ForEachTests<K,V>, UnmodifiableMapTests.KeySetTests.HashCodeTests<K,V>, UnmodifiableMapTests.KeySetTests.IteratorTests<K,V>, UnmodifiableMapTests.KeySetTests.RemoveAllTests<K,V>, UnmodifiableMapTests.KeySetTests.RemoveIfTests<K,V>, UnmodifiableMapTests.KeySetTests.RemoveTests<K,V>, UnmodifiableMapTests.KeySetTests.RetainAllTests<K,V>, UnmodifiableMapTests.KeySetTests.SpliteratorTests<K,V>, UnmodifiableMapTests.KeySetTests.ToArrayTests<K,V>, UnmodifiableMapTests.KeySetTests.ToArrayWithGeneratorTests<K,V>, UnmodifiableMapTests.KeySetTests.ToObjectArrayTests<K,V>
-
-
Method Summary
-
Methods inherited from interface com.github.robtimus.junit.support.test.collections.IterableTests
fixedOrder
-
Methods inherited from interface com.github.robtimus.junit.support.test.collections.MapTests
expectedEntries, map, nonContainedEntries
-
Methods inherited from interface com.github.robtimus.junit.support.test.collections.UnmodifiableCollectionTests.RemoveAllTests
testRemoveAllWithContainedElements, testRemoveAllWithEmptyCollection, testRemoveAllWithIncompatibleObject, testRemoveAllWithNonContainedElements, testRemoveAllWithNull, testRemoveAllWithNullElement
-
Methods inherited from interface com.github.robtimus.junit.support.test.collections.UnmodifiableMapTests.KeySetTests
expectedElements, iterable, nonContainedElements
-
-