Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
C
- call() - Method in class de.cuioss.test.generator.internal.net.java.quickcheck.characteristic.Classification
-
Count the number of calls.
- cartesianProduct() - Element in annotation interface de.cuioss.test.generator.junit.parameterized.CompositeTypeGeneratorSource
-
Whether to generate a cartesian product of all generator values.
- cast(Generator<? extends T>) - Static method in class de.cuioss.test.generator.internal.net.java.quickcheck.generator.Generators
-
Cast a generator to a super type generator.
- CHAR - Enum constant in enum class de.cuioss.test.generator.impl.PrimitiveArrayGenerators
-
Provides chars
- CHARACTER_OBJECTS - Enum constant in enum class de.cuioss.test.generator.junit.parameterized.GeneratorType
-
Generates random Character object values.
- CharacterGenerator - Class in de.cuioss.test.generator.internal.net.java.quickcheck.generator.support
- CharacterGenerator() - Constructor for class de.cuioss.test.generator.internal.net.java.quickcheck.generator.support.CharacterGenerator
- CharacterGenerator(char, char) - Constructor for class de.cuioss.test.generator.internal.net.java.quickcheck.generator.support.CharacterGenerator
- Characteristic<T> - Interface in de.cuioss.test.generator.internal.net.java.quickcheck
-
A characteristic specifies an aspect of a system under test.
- CharacteristicException - Exception Class in de.cuioss.test.generator.internal.net.java.quickcheck
-
Indicates that a characteristic specification was not true for a given instance.
- CharacteristicException(String, Throwable, Characteristic<?>) - Constructor for exception class de.cuioss.test.generator.internal.net.java.quickcheck.CharacteristicException
- CharacteristicException(String, Throwable, Characteristic<?>, Object) - Constructor for exception class de.cuioss.test.generator.internal.net.java.quickcheck.CharacteristicException
- characterObjects() - Static method in class de.cuioss.test.generator.Generators
-
Factory method for creating a
TypedGeneratorforCharacter. - characters() - Static method in class de.cuioss.test.generator.Generators
-
Factory method for creating a
TypedGeneratorfor char primitives. - characters() - Static method in class de.cuioss.test.generator.internal.net.java.quickcheck.generator.Generators
-
Create a new character generator.
The characters are from the Basic Latin and Latin-1 Supplement unicode blocks. - characters() - Static method in class de.cuioss.test.generator.internal.net.java.quickcheck.generator.PrimitiveGenerators
-
Create a new character generator.
The characters are from the Basic Latin and Latin-1 Supplement unicode blocks. - characters(char, char) - Static method in class de.cuioss.test.generator.internal.net.java.quickcheck.generator.Generators
-
Create a new character generator which generates characters ranging from lo to hi.
- characters(char, char) - Static method in class de.cuioss.test.generator.internal.net.java.quickcheck.generator.PrimitiveGenerators
-
Create a new character generator which generates characters ranging from lo to hi.
- characters(Character...) - Static method in class de.cuioss.test.generator.internal.net.java.quickcheck.generator.Generators
-
Create a new character generator which generates characters from the given character array.
- characters(Character...) - Static method in class de.cuioss.test.generator.internal.net.java.quickcheck.generator.PrimitiveGenerators
-
Create a new character generator which generates characters from the given character array.
- characters(Iterable<Character>) - Static method in class de.cuioss.test.generator.internal.net.java.quickcheck.generator.Generators
-
Create a new character generator which generates characters from the given characters.
- characters(Iterable<Character>) - Static method in class de.cuioss.test.generator.internal.net.java.quickcheck.generator.PrimitiveGenerators
-
Create a new character generator which generates characters from the given characters.
- characters(String) - Static method in class de.cuioss.test.generator.internal.net.java.quickcheck.generator.Generators
-
Create a new character generator which generates characters from the given string.
- characters(String) - Static method in class de.cuioss.test.generator.internal.net.java.quickcheck.generator.PrimitiveGenerators
-
Create a new character generator which generates characters from the given string.
- CHARACTERS - Enum constant in enum class de.cuioss.test.generator.junit.parameterized.GeneratorType
-
Generates random character primitive values.
- CityGenerator - Class in de.cuioss.test.generator.domain
-
Generates names of major German cities for testing purposes.
- CityGenerator() - Constructor for class de.cuioss.test.generator.domain.CityGenerator
- CLASS_TYPES - Enum constant in enum class de.cuioss.test.generator.junit.parameterized.GeneratorType
-
Generates random Class objects representing various Java types.
- Classification - Class in de.cuioss.test.generator.internal.net.java.quickcheck.characteristic
-
Gather frequency information about test values.
- Classification() - Constructor for class de.cuioss.test.generator.internal.net.java.quickcheck.characteristic.Classification
- classify(boolean, Object) - Method in class de.cuioss.test.generator.internal.net.java.quickcheck.characteristic.AbstractCharacteristic
-
Add a classification with the given key if the predicate is true.
- classify(Object) - Method in class de.cuioss.test.generator.internal.net.java.quickcheck.characteristic.AbstractCharacteristic
-
Add a classification with the given key.
- classifyCall(boolean, Object) - Method in class de.cuioss.test.generator.internal.net.java.quickcheck.characteristic.Classification
- classifyCall(Object) - Method in class de.cuioss.test.generator.internal.net.java.quickcheck.characteristic.Classification
- classTypes() - Static method in class de.cuioss.test.generator.Generators
-
Factory method for creating a
TypedGeneratorarbitraryClassObjects - clonedValues(T) - Static method in class de.cuioss.test.generator.internal.net.java.quickcheck.generator.Generators
-
A cloning generator which uses object serialization to create clones of the prototype object.
- clonedValues(T) - Static method in class de.cuioss.test.generator.internal.net.java.quickcheck.generator.PrimitiveGenerators
-
A cloning generator which uses object serialization to create clones of the prototype object.
- CloningGenerator<T> - Class in de.cuioss.test.generator.internal.net.java.quickcheck.generator.support
-
A cloning generator which uses object serialization to create clones of the prototype object.
- CloningGenerator(T) - Constructor for class de.cuioss.test.generator.internal.net.java.quickcheck.generator.support.CloningGenerator
- close() - Method in class de.cuioss.test.generator.internal.net.java.quickcheck.NullWriter
- Collection and Array Generators - Search tag in package de.cuioss.test.generator.impl
- Section
- CollectionGenerator<T> - Class in de.cuioss.test.generator.impl
-
Enhances a
TypedGeneratorwith collection generation capabilities. - CollectionGenerator(TypedGenerator<T>) - Constructor for class de.cuioss.test.generator.impl.CollectionGenerator
-
Constructor. using 2 and 12 as bounds of the
Collectionsize to be created. - CollectionGenerator(TypedGenerator<T>, int, int) - Constructor for class de.cuioss.test.generator.impl.CollectionGenerator
-
Constructor.
- CollectionGenerator(TypedGenerator<T>, TypedGenerator<Integer>) - Constructor for class de.cuioss.test.generator.impl.CollectionGenerator
- CombinedGenerators - Class in de.cuioss.test.generator.internal.net.java.quickcheck.generator
-
CombinedGeneratorscan be used to create customGenerators. - CombinedGenerators() - Constructor for class de.cuioss.test.generator.internal.net.java.quickcheck.generator.CombinedGenerators
- Common Parameters - Search tag in package de.cuioss.test.generator.junit.parameterized
- Section
- Common Usage Patterns - Search tag in package de.cuioss.test.generator.impl
- Section
- CompositeTypeGeneratorArgumentsProvider - Class in de.cuioss.test.generator.junit.parameterized
-
Implementation of
ArgumentsProviderthat provides arguments from multipleTypedGeneratorinstances for parameterized tests annotated withCompositeTypeGeneratorSource. - CompositeTypeGeneratorArgumentsProvider() - Constructor for class de.cuioss.test.generator.junit.parameterized.CompositeTypeGeneratorArgumentsProvider
- CompositeTypeGeneratorSource - Annotation Interface in de.cuioss.test.generator.junit.parameterized
-
@CompositeTypeGeneratorSourceis anArgumentsSourcethat provides access to values from multipleTypedGeneratorimplementations for parameterized tests, generating combinations of values. - Configuration Options - Search tag in package de.cuioss.test.generator.junit
- Section
- Configuration Priority - Search tag in annotation interface de.cuioss.test.generator.junit.GeneratorSeed
- Section
- Content Generation - Search tag in package de.cuioss.test.generator.domain
- Section
- Core Components - Search tag in package de.cuioss.test.generator.junit
- Section
- count() - Element in annotation interface de.cuioss.test.generator.junit.parameterized.CompositeTypeGeneratorSource
-
Number of combinations to generate.
- count() - Element in annotation interface de.cuioss.test.generator.junit.parameterized.GeneratorsSource
-
Number of instances to generate.
- count() - Element in annotation interface de.cuioss.test.generator.junit.parameterized.TypeGeneratorFactorySource
-
Number of instances to generate.
- count() - Element in annotation interface de.cuioss.test.generator.junit.parameterized.TypeGeneratorMethodSource
-
The number of values to generate from the TypedGenerator.
- count() - Element in annotation interface de.cuioss.test.generator.junit.parameterized.TypeGeneratorSource
-
Number of instances to generate.
- createEmail(String, String) - Static method in class de.cuioss.test.generator.domain.EmailGenerator
-
Creates an email address from given first and last names.
- createGeneratorInstance(Class<? extends TypedGenerator<?>>) - Method in class de.cuioss.test.generator.junit.parameterized.AbstractTypedGeneratorArgumentsProvider
-
Creates an instance of the specified generator class using its no-args constructor.
- createNode() - Method in class de.cuioss.test.generator.internal.net.java.quickcheck.generator.support.AbstractTreeGenerator
-
Create a node of type T.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form