Uses of Class
org.soliscode.test.provider.FunctionalCollectionProvider
Packages that use FunctionalCollectionProvider
Package
Description
Classes for providing instances of classes being tested.
-
Uses of FunctionalCollectionProvider in org.soliscode.test.provider
Methods in org.soliscode.test.provider that return FunctionalCollectionProviderModifier and TypeMethodDescriptionstatic <E,
I extends Iterable<E>>
FunctionalCollectionProvider<E, I> FunctionalCollectionProvider.from
(@NotNull Supplier<I> defaultConstructor, @NotNull Function<I, I> copyConstructor, @NotNull Function<Collection<E>, I> collectionConstructor, @NotNull ObjectProvider<E> elementProvider) Create an instance of this collection provider that uses the methods and element provider specified in the arguments for its implementation.