Class CollectionOnlyTest

All Implemented Interfaces:
AddAllContract<Integer,CollectionOnly<Integer>>, AddContract<Integer,CollectionOnly<Integer>>, ClearContract<Integer,CollectionOnly<Integer>>, CollectionContract<Integer,CollectionOnly<Integer>>, ContainsAllContract<Integer,CollectionOnly<Integer>>, ContainsContract<Integer,CollectionOnly<Integer>>, IsEmptyContract<Integer,CollectionOnly<Integer>>, RemoveAllContract<Integer,CollectionOnly<Integer>>, RemoveContract<Integer,CollectionOnly<Integer>>, RemoveIfContract<Integer,CollectionOnly<Integer>>, RetainAllContract<Integer,CollectionOnly<Integer>>, SizeContract<Integer,CollectionOnly<Integer>>, StreamContract<Integer,CollectionOnly<Integer>>, ToArrayContract<Integer,CollectionOnly<Integer>>, CollectionContractConfig, ForEachContract<Integer,CollectionOnly<Integer>>, IterableContract<Integer,CollectionOnly<Integer>>, IteratorContract<Integer,CollectionOnly<Integer>>, SpliteratorContract<Integer,CollectionOnly<Integer>>, EqualsContract<CollectionOnly<Integer>>, HashCodeContract<CollectionOnly<Integer>>, ObjectContract<CollectionOnly<Integer>>, ToStringContract<CollectionOnly<Integer>>, CollectionContractSupport<Integer,CollectionOnly<Integer>>, CollectionProviderSupport<Integer,CollectionOnly<Integer>>, ContractSupport<CollectionOnly<Integer>>, ElementProviderSupport<Integer>, ProviderSupport<CollectionOnly<Integer>>, WithIntegerElement, SupportedMethods

@DisplayName("Tests for the CollectionOnly class") public class CollectionOnlyTest extends AbstractTest implements CollectionContract<Integer,CollectionOnly<Integer>>, WithIntegerElement
Tests for the CollectionOnly class.
Since:
1.0
Author:
evanbergstrom
See Also: