Index

A B C D E F G H I J L M N O P Q R S T U V W Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

G

generateArguments(TypedGenerator<?>) - Method in class de.cuioss.test.generator.junit.parameterized.AbstractTypedGeneratorArgumentsProvider
Generates arguments from a TypedGenerator.
generator() - Method in enum class de.cuioss.test.generator.domain.NameGenerators
Provides access to the underlying name generator.
generator() - Method in enum class de.cuioss.test.generator.domain.OrganizationNameGenerator
Provides access to the underlying organization name generator.
generator() - Method in enum class de.cuioss.test.generator.domain.TitleGenerator
Provides access to the underlying title generator.
generator() - Element in annotation interface de.cuioss.test.generator.junit.parameterized.GeneratorsSource
The generator type to use from Generators.
Generator<T> - Interface in de.cuioss.test.generator.internal.net.java.quickcheck
A generator creates instances of type T supposed to be checked against a Characteristic specification.
Generator Categories - Search tag in package de.cuioss.test.generator.domain
Section
Generator Categories - Search tag in package de.cuioss.test.generator.impl
Section
generatorClasses() - Element in annotation interface de.cuioss.test.generator.junit.parameterized.CompositeTypeGeneratorSource
The TypedGenerator classes to use for generating test values.
GeneratorControllerExtension - Class in de.cuioss.test.generator.junit
JUnit 5 extension that manages test data generation by controlling generator seeds and providing detailed failure information for test reproduction.
GeneratorControllerExtension() - Constructor for class de.cuioss.test.generator.junit.GeneratorControllerExtension
 
GeneratorException - Exception Class in de.cuioss.test.generator.internal.net.java.quickcheck
GeneratorException is thrown if the creation of a new instance failed.
GeneratorException(String, Generator<?>) - Constructor for exception class de.cuioss.test.generator.internal.net.java.quickcheck.GeneratorException
 
generatorMethods() - Element in annotation interface de.cuioss.test.generator.junit.parameterized.CompositeTypeGeneratorSource
The method names to invoke to get TypedGenerator instances.
generators() - Element in annotation interface de.cuioss.test.generator.junit.parameterized.CompositeTypeGeneratorSource
The generator types to use from Generators class.
Generators - Search tag in package de.cuioss.test.generator
Section
Generators - Class in de.cuioss.test.generator
Provides factory methods for creating TypedGenerators for various Java types.
Generators - Class in de.cuioss.test.generator.internal.net.java.quickcheck.generator
 
Generators() - Constructor for class de.cuioss.test.generator.Generators
 
GeneratorSeed - Annotation Interface in de.cuioss.test.generator.junit
Annotation for configuring fixed generator seeds in test cases.
GeneratorsSource - Annotation Interface in de.cuioss.test.generator.junit.parameterized
@GeneratorsSource is a variant of TypeGeneratorFactorySource that always uses Generators as the factory class for creating TypedGenerator instances for parameterized tests.
GeneratorsSourceArgumentsProvider - Class in de.cuioss.test.generator.junit.parameterized
Implementation of ArgumentsProvider that provides arguments from a TypedGenerator created by the Generators utility class for parameterized tests annotated with GeneratorsSource.
GeneratorsSourceArgumentsProvider() - Constructor for class de.cuioss.test.generator.junit.parameterized.GeneratorsSourceArgumentsProvider
 
GeneratorType - Enum Class in de.cuioss.test.generator.junit.parameterized
Enum representing all available generator types from the Generators class.
Generator Types - Search tag in annotation interface de.cuioss.test.generator.junit.parameterized.GeneratorsSource
Section
getCategories() - Method in class de.cuioss.test.generator.internal.net.java.quickcheck.characteristic.Classification
Get a list of known categories.
getChildCount(int, int) - Method in class de.cuioss.test.generator.internal.net.java.quickcheck.generator.support.AbstractTreeGenerator
Get the number of children for the current level.
getCount() - Method in class de.cuioss.test.generator.junit.parameterized.AbstractTypedGeneratorArgumentsProvider
Gets the count of values to generate.
getCount() - Method in class de.cuioss.test.generator.junit.parameterized.CompositeTypeGeneratorArgumentsProvider
 
getCount() - Method in class de.cuioss.test.generator.junit.parameterized.GeneratorsSourceArgumentsProvider
 
getCount() - Method in class de.cuioss.test.generator.junit.parameterized.TypeGeneratorArgumentsProvider
 
getCount() - Method in class de.cuioss.test.generator.junit.parameterized.TypeGeneratorFactoryArgumentsProvider
 
getDefaultNumberOfRuns() - Static method in class de.cuioss.test.generator.internal.net.java.quickcheck.QuickCheck
 
getFrequency(Object) - Method in class de.cuioss.test.generator.internal.net.java.quickcheck.characteristic.Classification
Get the frequency of the given category.
getInstance() - Method in exception class de.cuioss.test.generator.internal.net.java.quickcheck.CharacteristicException
Instance causing the characteristic violation.
getLastSeed() - Static method in class de.cuioss.test.generator.internal.net.java.quickcheck.generator.distribution.RandomConfiguration
 
getRecorder() - Method in class de.cuioss.test.generator.internal.net.java.quickcheck.generator.support.ObjectGeneratorImpl
 
getRecorder() - Method in interface de.cuioss.test.generator.internal.net.java.quickcheck.ObjectGenerator
Implementation of T that is used to define the method a generator should be defined for.
getSeed() - Method in class de.cuioss.test.generator.junit.parameterized.AbstractTypedGeneratorArgumentsProvider
Gets the seed value specified for this provider.
getSeed() - Method in class de.cuioss.test.generator.junit.parameterized.CompositeTypeGeneratorArgumentsProvider
 
getSeed() - Method in class de.cuioss.test.generator.junit.parameterized.GeneratorsSourceArgumentsProvider
 
getSeed() - Method in class de.cuioss.test.generator.junit.parameterized.TypeGeneratorArgumentsProvider
 
getSeed() - Method in class de.cuioss.test.generator.junit.parameterized.TypeGeneratorFactoryArgumentsProvider
 
getSeed() - Method in class de.cuioss.test.generator.junit.parameterized.TypeGeneratorMethodArgumentsProvider
 
getType() - Method in class de.cuioss.test.generator.domain.CityGenerator
 
getType() - Method in class de.cuioss.test.generator.domain.DistinguishedNamesGenerator
 
getType() - Method in class de.cuioss.test.generator.domain.PhoneNumberGenerator
 
getType() - Method in class de.cuioss.test.generator.domain.StreetGenerator
 
getType() - Method in class de.cuioss.test.generator.domain.StreetNameGenerator
 
getType() - Method in class de.cuioss.test.generator.domain.UUIDStringGenerator
 
getType() - Method in class de.cuioss.test.generator.domain.ZipCodeGenerator
 
getType() - Method in class de.cuioss.test.generator.impl.FloatObjectGenerator
 
getType() - Method in class de.cuioss.test.generator.impl.LocalDateGenerator
 
getType() - Method in class de.cuioss.test.generator.impl.LocalDateTimeGenerator
 
getType() - Method in class de.cuioss.test.generator.impl.LocalTimeGenerator
 
getType() - Method in class de.cuioss.test.generator.impl.NonBlankStringGenerator
 
getType() - Method in class de.cuioss.test.generator.impl.NumberGenerator
 
getType() - Method in enum class de.cuioss.test.generator.impl.PrimitiveArrayGenerators
 
getType() - Method in class de.cuioss.test.generator.impl.ShortObjectGenerator
 
getType() - Method in class de.cuioss.test.generator.impl.URLGenerator
 
getType() - Method in class de.cuioss.test.generator.impl.ZonedDateTimeGenerator
 
getType() - Method in class de.cuioss.test.generator.impl.ZoneOffsetGenerator
 
getType() - Method in interface de.cuioss.test.generator.TypedGenerator
Provides type information about what kind of objects this generator creates.
guard(boolean) - Static method in class de.cuioss.test.generator.internal.net.java.quickcheck.QuickCheck
All executions of Characteristic.specify(Object) which execute this method will be skipped and a new test case will be generated.
A B C D E F G H I J L M N O P Q R S T U V W Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form