Interface MapEntryTests<K,V>
-
- Type Parameters:
K
- The key type of the map to test.V
- The value type of the map to test.
- All Superinterfaces:
MapTests<K,V>
- All Known Subinterfaces:
MapEntryTests.EqualsTests<K,V>
,MapEntryTests.GetValueTests<K,V>
,MapEntryTests.HashCodeTests<K,V>
,MapEntryTests.SetValueTests<K,V>
,UnmodifiableMapEntryTests<K,V>
,UnmodifiableMapEntryTests.SetValueTests<K,V>
public interface MapEntryTests<K,V> extends MapTests<K,V>
Contains tests forMap.Entry
.- Author:
- Rob Spoor
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
MapEntryTests.EqualsTests<K,V>
Contains tests forMap.Entry.equals(Object)
.static interface
MapEntryTests.GetValueTests<K,V>
Contains tests forMap.Entry.getValue()
.static interface
MapEntryTests.HashCodeTests<K,V>
Contains tests forMap.Entry.hashCode()
.static interface
MapEntryTests.SetValueTests<K,V>
Contains tests forMap.Entry.setValue(Object)
.-
Nested classes/interfaces inherited from interface com.github.robtimus.junit.support.test.collections.MapTests
MapTests.ClearTests<K,V>, 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.ForEachTests<K,V>, MapTests.GetOrDefaultTests<K,V>, MapTests.GetTests<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.RemoveTests<K,V>, MapTests.ReplaceAllTests<K,V>, MapTests.ReplaceExactValueTests<K,V>, MapTests.ReplaceTests<K,V>, MapTests.ValuesTests<K,V>
-
-
Method Summary
-
Methods inherited from interface com.github.robtimus.junit.support.test.collections.MapTests
expectedEntries, map, nonContainedEntries
-
-