Interface UnmodifiableMapTests.ValuesTests.RemoveIfTests<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<V>
,IterableTests<V>
,MapTests<K,V>
,UnmodifiableCollectionTests<V>
,UnmodifiableCollectionTests.RemoveIfTests<V>
,UnmodifiableMapTests<K,V>
,UnmodifiableMapTests.ValuesTests<K,V>
- Enclosing interface:
- UnmodifiableMapTests.ValuesTests<K,V>
@DisplayName("removeIf(Predicate)") public static interface UnmodifiableMapTests.ValuesTests.RemoveIfTests<K,V> extends UnmodifiableMapTests.ValuesTests<K,V>, UnmodifiableCollectionTests.RemoveIfTests<V>
Contains tests forCollection.removeIf(Predicate)
for values collections.- 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.EqualsTests<K,V>, MapTests.GetOrDefaultTests<K,V>, MapTests.GetTests<K,V>, MapTests.HashCodeTests<K,V>, MapTests.RemoveArgumentsProvider, MapTests.RemoveExactValueArgumentsProvider
-
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.ValuesTests
UnmodifiableMapTests.ValuesTests.AddAllTests<K,V>, UnmodifiableMapTests.ValuesTests.AddTests<K,V>, UnmodifiableMapTests.ValuesTests.ClearTests<K,V>, UnmodifiableMapTests.ValuesTests.ContainsAllTests<K,V>, UnmodifiableMapTests.ValuesTests.ContainsTests<K,V>, UnmodifiableMapTests.ValuesTests.ForEachTests<K,V>, UnmodifiableMapTests.ValuesTests.IteratorTests<K,V>, UnmodifiableMapTests.ValuesTests.RemoveAllTests<K,V>, UnmodifiableMapTests.ValuesTests.RemoveIfTests<K,V>, UnmodifiableMapTests.ValuesTests.RemoveTests<K,V>, UnmodifiableMapTests.ValuesTests.RetainAllTests<K,V>, UnmodifiableMapTests.ValuesTests.ToArrayTests<K,V>, UnmodifiableMapTests.ValuesTests.ToArrayWithGeneratorTests<K,V>, UnmodifiableMapTests.ValuesTests.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.RemoveIfTests
testRemoveIfWithMatchingPredicate, testRemoveIfWithNonMatchingPredicate, testRemoveIfWithNullPredicate
-
Methods inherited from interface com.github.robtimus.junit.support.test.collections.UnmodifiableMapTests.ValuesTests
expectedElements, iterable, nonContainedElements
-
-