Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
P
- Pair<A,
B> - Class in de.cuioss.test.generator.internal.net.java.quickcheck.collection -
A tuple of two values.
- Pair() - Constructor for class de.cuioss.test.generator.internal.net.java.quickcheck.collection.Pair
- pairs(Generator<A>, Generator<B>) - Static method in class de.cuioss.test.generator.internal.net.java.quickcheck.generator.CombinedGenerators
-
Create a generator of pairs of type A for the left value and type B for the right value.
- pairs(Generator<A>, Generator<B>) - Static method in class de.cuioss.test.generator.internal.net.java.quickcheck.generator.Generators
-
Create a generator of pairs of type A for the left value and type B for the right value.
- Person - Class in de.cuioss.test.generator.domain
-
Simple person object containing a title, firstname, lastname, organization and a corresponding email-address
- Person() - Constructor for class de.cuioss.test.generator.domain.Person
- PersonGenerator - Class in de.cuioss.test.generator.domain
-
Creates arbitrary
Personobjects - PersonGenerator() - Constructor for class de.cuioss.test.generator.domain.PersonGenerator
- PhoneNumberGenerator - Class in de.cuioss.test.generator.domain
-
Simply generates random phone numbers.
- PhoneNumberGenerator() - Constructor for class de.cuioss.test.generator.domain.PhoneNumberGenerator
- POSITIV_NORMAL - Static variable in interface de.cuioss.test.generator.internal.net.java.quickcheck.generator.distribution.Distribution
-
Right side of the bell curve.
- positiveIntegers() - Static method in class de.cuioss.test.generator.internal.net.java.quickcheck.generator.Generators
-
Create a new integer generator which creates integers ranging from
1toInteger.MAX_VALUE. - positiveIntegers() - Static method in class de.cuioss.test.generator.internal.net.java.quickcheck.generator.PrimitiveGenerators
-
Create a new integer generator which creates integers ranging from
1toInteger.MAX_VALUE. - positiveIntegers(int) - Static method in class de.cuioss.test.generator.internal.net.java.quickcheck.generator.Generators
-
Create a new integer generator which creates integers ranging from
1tomax(which must be at least 1). - positiveIntegers(int) - Static method in class de.cuioss.test.generator.internal.net.java.quickcheck.generator.PrimitiveGenerators
-
Create a new integer generator which creates integers ranging from
1tomax(which must be at least 1). - positiveLongs() - Static method in class de.cuioss.test.generator.internal.net.java.quickcheck.generator.Generators
-
Create a new long generator which creates long values ranging from 1 to
Long.MAX_VALUE. - positiveLongs() - Static method in class de.cuioss.test.generator.internal.net.java.quickcheck.generator.PrimitiveGenerators
-
Create a new long generator which creates long values ranging from 1 to
Long.MAX_VALUE. - positiveLongs(long) - Static method in class de.cuioss.test.generator.internal.net.java.quickcheck.generator.Generators
-
Create a new long generator which creates long values ranging from 1 to hi.
- positiveLongs(long) - Static method in class de.cuioss.test.generator.internal.net.java.quickcheck.generator.PrimitiveGenerators
-
Create a new long generator which creates long values ranging from 1 to hi.
- PrimitiveArrayGenerators - Enum Class in de.cuioss.test.generator.impl
-
Generates arrays of primitive types.
- PrimitiveGenerators - Class in de.cuioss.test.generator.internal.net.java.quickcheck.generator
-
PrimitiveGeneratorscontains factory methods for primitive value generators. - PrimitiveGenerators() - Constructor for class de.cuioss.test.generator.internal.net.java.quickcheck.generator.PrimitiveGenerators
- printableStrings() - Static method in class de.cuioss.test.generator.internal.net.java.quickcheck.generator.Generators
-
Create a new string generator which creates strings of characters generated by
Generators.basicLatinCharacters()andGenerators.latin1SupplementCharacters(). - printableStrings() - Static method in class de.cuioss.test.generator.internal.net.java.quickcheck.generator.PrimitiveGenerators
-
Create a new string generator which creates strings of characters generated by
PrimitiveGenerators.basicLatinCharacters()andPrimitiveGenerators.latin1SupplementCharacters().
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form