Interface MapTests.ValuesTests.AddTests<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>
,MapTests.ValuesTests<K,V>
,UnmodifiableCollectionTests<V>
,UnmodifiableCollectionTests.AddTests<V>
- Enclosing interface:
- MapTests.ValuesTests<K,V>
@DisplayName("add(Object)") public static interface MapTests.ValuesTests.AddTests<K,V> extends MapTests.ValuesTests<K,V>, UnmodifiableCollectionTests.AddTests<V>
Contains tests forCollection.add(Object)
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.ComputeIfAbsentTests<K,V>, MapTests.ComputeIfPresentTests<K,V>, MapTests.ComputeTests<K,V>, MapTests.ContainsKeyTests<K,V>, MapTests.ContainsValueTests<K,V>, MapTests.EntrySetTests<K,V>, MapTests.EqualsArgumentsProvider, MapTests.EqualsTests<K,V>, MapTests.GetOrDefaultTests<K,V>, MapTests.GetTests<K,V>, MapTests.HashCodeTests<K,V>, MapTests.KeySetTests<K,V>, MapTests.MergeTests<K,V>, MapTests.PutAllTests<K,V>, MapTests.PutIfAbsentTests<K,V>, MapTests.PutTests<K,V>, MapTests.RemoveArgumentsProvider, MapTests.RemoveExactValueArgumentsProvider, MapTests.RemoveExactValueTests<K,V>, MapTests.ReplaceAllTests<K,V>, MapTests.ReplaceExactValueTests<K,V>, MapTests.ReplaceTests<K,V>, MapTests.ValuesTests<K,V>
-
Nested classes/interfaces inherited from interface com.github.robtimus.junit.support.test.collections.MapTests.ValuesTests
MapTests.ValuesTests.AddAllTests<K,V>, MapTests.ValuesTests.AddTests<K,V>, MapTests.ValuesTests.ClearTests<K,V>, MapTests.ValuesTests.ContainsAllTests<K,V>, MapTests.ValuesTests.ContainsTests<K,V>, MapTests.ValuesTests.ForEachTests<K,V>, MapTests.ValuesTests.IteratorTests<K,V>, MapTests.ValuesTests.RemoveAllTests<K,V>, MapTests.ValuesTests.RemoveIfTests<K,V>, MapTests.ValuesTests.RemoveTests<K,V>, MapTests.ValuesTests.RetainAllTests<K,V>, MapTests.ValuesTests.ToArrayTests<K,V>, MapTests.ValuesTests.ToArrayWithGeneratorTests<K,V>, MapTests.ValuesTests.ToObjectArrayTests<K,V>
-
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>
-
-
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.MapTests.ValuesTests
expectedElements, iterable, nonContainedElements
-
Methods inherited from interface com.github.robtimus.junit.support.test.collections.UnmodifiableCollectionTests.AddTests
testAddContainedElements, testAddNonContainedElements, testAddNull
-
-