Uses of Package
de.cuioss.test.generator.junit.parameterized
Packages that use de.cuioss.test.generator.junit.parameterized
Package
Description
JUnit 5 Parameterized Test Support for TypedGenerator
-
Classes in de.cuioss.test.generator.junit.parameterized used by de.cuioss.test.generator.junit.parameterizedClassDescriptionAbstract base class for TypedGenerator-based ArgumentsProviders.
@CompositeTypeGeneratorSourceis anArgumentsSourcethat provides access to values from multipleTypedGeneratorimplementations for parameterized tests, generating combinations of values.@GeneratorsSourceis a variant ofTypeGeneratorFactorySourcethat always usesGeneratorsas the factory class for creatingTypedGeneratorinstances for parameterized tests.Enum representing all available generator types from theGeneratorsclass.@TypeGeneratorFactorySourceis anArgumentsSourcethat provides access to values from aTypedGeneratorcreated by a factory class for parameterized tests.@TypeGeneratorMethodSourceis anArgumentsSourcethat provides access to values from aTypedGeneratorreturned by a factory method for parameterized tests.@TypeGeneratorSourceis anArgumentsSourcethat provides access to values from aTypedGeneratorimplementation for parameterized tests.