Interface TestMapGenerator<K,V>

All Superinterfaces:
TestContainerGenerator<Map<K,V>,Map.Entry<K,V>>
All Known Subinterfaces:
TestSortedMapGenerator<K,V>
All Known Implementing Classes:
DerivedCollectionGenerators.ForwardingTestMapGenerator, DerivedCollectionGenerators.SortedMapSubmapTestMapGenerator, DerivedGoogleCollectionGenerators.MapGenerator, MapGenerators.ImmutableEnumMapGenerator, MapGenerators.ImmutableMapCopyOfEntriesGenerator, MapGenerators.ImmutableMapCopyOfEnumMapGenerator, MapGenerators.ImmutableMapCopyOfGenerator, MapGenerators.ImmutableMapGenerator, MapGenerators.ImmutableMapValuesAsSingletonSetGenerator, MapTestSuiteBuilder.ReserializedMapGenerator, MultimapTestSuiteBuilder.AsMapGenerator, NavigableMapTestSuiteBuilder.DescendingTestMapGenerator, NavigableMapTestSuiteBuilder.NavigableMapSubmapTestMapGenerator, SortedMapGenerators.ImmutableSortedMapCopyOfEntriesGenerator, SortedMapGenerators.ImmutableSortedMapGenerator, TestEnumMapGenerator, TestStringMapGenerator, TestStringSortedMapGenerator

public interface TestMapGenerator<K,V> extends TestContainerGenerator<Map<K,V>,Map.Entry<K,V>>
Creates maps, containing sample elements, to be tested.
  • Method Details

    • createKeyArray

      K[] createKeyArray(int length)
    • createValueArray

      V[] createValueArray(int length)