Index

A B C D E F G H I L M N O P Q R S T U V W Z 
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.
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
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 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 de.cuioss.test.generator.internal.net.java.quickcheck.CharacteristicException
 
CharacteristicException(String, Throwable, Characteristic<?>, Object) - Constructor for exception de.cuioss.test.generator.internal.net.java.quickcheck.CharacteristicException
 
characterObjects() - Static method in class de.cuioss.test.generator.Generators
Factory method for creating a TypedGenerator for Character.
characters() - Static method in class de.cuioss.test.generator.Generators
Factory method for creating a TypedGenerator for 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.
CityGenerator - Class in de.cuioss.test.generator.domain
Generator for some German cities.
CityGenerator() - Constructor for class de.cuioss.test.generator.domain.CityGenerator
 
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 TypedGenerator arbitrary Class Objects
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
 
CollectionGenerator<T> - Class in de.cuioss.test.generator.impl
Wraps a given TypedGenerator and provides additional methods for creating Lists and Sets
CollectionGenerator(TypedGenerator<T>) - Constructor for class de.cuioss.test.generator.impl.CollectionGenerator
Constructor.
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
CombinedGenerators can be used to create custom Generators.
CombinedGenerators() - Constructor for class de.cuioss.test.generator.internal.net.java.quickcheck.generator.CombinedGenerators
 
createEmail(String, String) - Static method in class de.cuioss.test.generator.domain.EmailGenerator
 
createNode() - Method in class de.cuioss.test.generator.internal.net.java.quickcheck.generator.support.AbstractTreeGenerator
Create a node of type T.
A B C D E F G H I L M N O P Q R S T U V W Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form