Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
F
- factoryClass() - Element in annotation interface de.cuioss.test.generator.junit.parameterized.TypeGeneratorFactorySource
-
The factory class that will create the TypedGenerator.
- factoryMethod() - Element in annotation interface de.cuioss.test.generator.junit.parameterized.TypeGeneratorFactorySource
-
The name of the factory method to invoke.
- Failure Handling - Search tag in class de.cuioss.test.generator.junit.GeneratorControllerExtension
- Section
- FAMILY_NAMES_ENGLISH - Enum constant in enum class de.cuioss.test.generator.domain.NameGenerators
-
Top 10 family names from U.S.
- FAMILY_NAMES_GERMAN - Enum constant in enum class de.cuioss.test.generator.domain.NameGenerators
-
Top 10 German family names from Wikipedia
- Features - Search tag in annotation interface de.cuioss.test.generator.junit.EnableGeneratorController
- Section
- Features - Search tag in annotation interface de.cuioss.test.generator.junit.GeneratorSeed
- Section
- Features - Search tag in class de.cuioss.test.generator.junit.GeneratorControllerExtension
- Section
- findMethod(Class<?>, String) - Method in class de.cuioss.test.generator.junit.parameterized.AbstractTypedGeneratorArgumentsProvider
-
Finds a method in the given class that returns a TypedGenerator and takes no parameters.
- FIRSTNAMES_ANY_ENGLISH - Enum constant in enum class de.cuioss.test.generator.domain.NameGenerators
-
Combined set of male and female English names
- FIRSTNAMES_ANY_ENGLISH - Static variable in class de.cuioss.test.generator.domain.NameLibrary
-
The intersection of
NameLibrary.FIRSTNAMES_MALE_ENGLISHandNameLibrary.FIRSTNAMES_FEMALE_ENGLISH. - FIRSTNAMES_ANY_GERMAN - Enum constant in enum class de.cuioss.test.generator.domain.NameGenerators
-
Combined set of male and female German names
- FIRSTNAMES_ANY_GERMAN - Static variable in class de.cuioss.test.generator.domain.NameLibrary
-
The intersection of
NameLibrary.FIRSTNAMES_FEMALE_GERMANandNameLibrary.FIRSTNAMES_MALE_GERMAN. - FIRSTNAMES_FEMALE_ENGLISH - Enum constant in enum class de.cuioss.test.generator.domain.NameGenerators
-
Top 10 female names in US (2014)
- FIRSTNAMES_FEMALE_ENGLISH - Static variable in class de.cuioss.test.generator.domain.NameLibrary
-
Top 10 female name in Germany 2014
- FIRSTNAMES_FEMALE_GERMAN - Enum constant in enum class de.cuioss.test.generator.domain.NameGenerators
-
Top 10 female names in Germany (2014)
- FIRSTNAMES_FEMALE_GERMAN - Static variable in class de.cuioss.test.generator.domain.NameLibrary
-
Top 10 female name in Germany 2014
- FIRSTNAMES_MALE_ENGLISH - Enum constant in enum class de.cuioss.test.generator.domain.NameGenerators
-
Top 10 male names in US (2014)
- FIRSTNAMES_MALE_ENGLISH - Static variable in class de.cuioss.test.generator.domain.NameLibrary
-
Top 10 male name in Germany 2014
- FIRSTNAMES_MALE_GERMAN - Enum constant in enum class de.cuioss.test.generator.domain.NameGenerators
-
Top 10 male names in Germany (2014)
- FIRSTNAMES_MALE_GERMAN - Static variable in class de.cuioss.test.generator.domain.NameLibrary
-
Top 10 male name in Germany 2014
- FIXED_VALUES - Enum constant in enum class de.cuioss.test.generator.junit.parameterized.GeneratorType
-
Generates values from a fixed set of predefined values.
- fixedValues(Class<T>, Iterable<T>) - Static method in class de.cuioss.test.generator.Generators
-
Factory method for creating a
TypedGeneratorfor a number of fixed values. - fixedValues(Class<T>, T...) - Static method in class de.cuioss.test.generator.Generators
-
Factory method for creating a
TypedGeneratorfor a number of fixed values. - fixedValues(Iterable<T>) - Static method in class de.cuioss.test.generator.Generators
-
Factory method for creating a
TypedGeneratorfor a number of fixed values. - fixedValues(Iterable<T>) - Static method in class de.cuioss.test.generator.internal.net.java.quickcheck.generator.Generators
-
Create a fixed value generator returning one of the values from the values.
- fixedValues(Iterable<T>) - Static method in class de.cuioss.test.generator.internal.net.java.quickcheck.generator.PrimitiveGenerators
-
Create a fixed value generator return values.
- fixedValues(T) - Static method in class de.cuioss.test.generator.internal.net.java.quickcheck.generator.Generators
-
Create a generator for fixed value generator.
- fixedValues(T) - Static method in class de.cuioss.test.generator.internal.net.java.quickcheck.generator.PrimitiveGenerators
-
Create a generator for fixed value generator.
- fixedValues(T...) - Static method in class de.cuioss.test.generator.Generators
-
Factory method for creating a
TypedGeneratorfor a number of fixed values. - fixedValues(T...) - Static method in class de.cuioss.test.generator.internal.net.java.quickcheck.generator.Generators
-
Create a fixed value generator returning one of the values from the values array.
- fixedValues(T...) - Static method in class de.cuioss.test.generator.internal.net.java.quickcheck.generator.PrimitiveGenerators
-
Create a fixed value generator return values array.
- FixedValuesGenerator<T> - Class in de.cuioss.test.generator.internal.net.java.quickcheck.generator.support
- FixedValuesGenerator() - Constructor for class de.cuioss.test.generator.internal.net.java.quickcheck.generator.support.FixedValuesGenerator
- FixedValuesGenerator(Iterable<T>) - Constructor for class de.cuioss.test.generator.internal.net.java.quickcheck.generator.support.FixedValuesGenerator
- FixedValuesGenerator(T) - Constructor for class de.cuioss.test.generator.internal.net.java.quickcheck.generator.support.FixedValuesGenerator
- FLOAT - Enum constant in enum class de.cuioss.test.generator.impl.PrimitiveArrayGenerators
-
Provides floats
- FLOAT_OBJECTS - Enum constant in enum class de.cuioss.test.generator.junit.parameterized.GeneratorType
-
Generates random Float object values across the full float range.
- FloatObjectGenerator - Class in de.cuioss.test.generator.impl
-
Generates
Floatobjects within a configurable range. - FloatObjectGenerator() - Constructor for class de.cuioss.test.generator.impl.FloatObjectGenerator
- floatObjects() - Static method in class de.cuioss.test.generator.Generators
-
Factory method for creating a
TypedGeneratorforFloat. - floats() - Static method in class de.cuioss.test.generator.Generators
-
Factory method for creating a
TypedGeneratorfor float primitives. - floats(float, float) - Static method in class de.cuioss.test.generator.Generators
-
Factory method for creating a
TypedGeneratorforFloat. - FLOATS - Enum constant in enum class de.cuioss.test.generator.junit.parameterized.GeneratorType
-
Generates float primitive values within the specified range (low to high).
- flush() - Method in class de.cuioss.test.generator.internal.net.java.quickcheck.NullWriter
- forAll(int, Generator<T>, Characteristic<T>) - Static method in class de.cuioss.test.generator.internal.net.java.quickcheck.QuickCheck
-
Check the
Characteristicfor all values generated by the givenGenerator. - forAll(Generator<T>, Characteristic<T>) - Static method in class de.cuioss.test.generator.internal.net.java.quickcheck.QuickCheck
-
Check the
Characteristicfor all values generated by the givenGenerator. - forAllVerbose(int, Generator<T>, Characteristic<T>) - Static method in class de.cuioss.test.generator.internal.net.java.quickcheck.QuickCheck
-
Check the
Characteristicfor all values generated by the givenGenerator. - forAllVerbose(Generator<T>, Characteristic<T>) - Static method in class de.cuioss.test.generator.internal.net.java.quickcheck.QuickCheck
-
Check the
Characteristicfor all values generated by the givenGenerator. - frequency(Generator<T>, int) - Static method in class de.cuioss.test.generator.internal.net.java.quickcheck.generator.CombinedGenerators
-
Create a frequency generator.
- frequency(Generator<T>, int) - Static method in class de.cuioss.test.generator.internal.net.java.quickcheck.generator.Generators
-
Create a frequency generator.
- FrequencyGenerator<T> - Interface in de.cuioss.test.generator.internal.net.java.quickcheck
-
Create a frequency generator.
- FullNameGenerator - Class in de.cuioss.test.generator.domain
-
Generates full names in the format 'firstname lastname' based on the specified locale.
- FullNameGenerator() - Constructor for class de.cuioss.test.generator.domain.FullNameGenerator
-
Creates a new FullNameGenerator with the default locale (English).
- FullNameGenerator(Locale) - Constructor for class de.cuioss.test.generator.domain.FullNameGenerator
-
Creates a new FullNameGenerator for the specified locale.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form