- CallableGenerator<V> - Class in com.pholser.junit.quickcheck.generator.java.util.concurrent
-
Produces values for theory parameters of type Callable.
- CallableGenerator() - Constructor for class com.pholser.junit.quickcheck.generator.java.util.concurrent.CallableGenerator
-
- canRegisterAsType(Class<?>) - Method in class com.pholser.junit.quickcheck.generator.java.util.CollectionGenerator
-
- canRegisterAsType(Class<?>) - Method in class com.pholser.junit.quickcheck.generator.java.util.MapGenerator
-
- canRegisterAsType(Class<?>) - Method in class com.pholser.junit.quickcheck.generator.java.util.PropertiesGenerator
-
- CharacterGenerator - Class in com.pholser.junit.quickcheck.generator.java.lang
-
Produces values for theory parameters of type
char or
Character.
- CharacterGenerator() - Constructor for class com.pholser.junit.quickcheck.generator.java.lang.CharacterGenerator
-
- CharsetGenerator - Class in com.pholser.junit.quickcheck.generator.java.nio.charset
-
Produces values for theory parameters of type
Charset.
- CharsetGenerator() - Constructor for class com.pholser.junit.quickcheck.generator.java.nio.charset.CharsetGenerator
-
- CodePoints - Class in com.pholser.junit.quickcheck.generator.java.lang.strings
-
Maps ordinal values to corresponding Unicode code points in a
Charset.
- CollectionGenerator<T extends Collection> - Class in com.pholser.junit.quickcheck.generator.java.util
-
- CollectionGenerator(Class<T>) - Constructor for class com.pholser.junit.quickcheck.generator.java.util.CollectionGenerator
-
- com.pholser.junit.quickcheck.generator - package com.pholser.junit.quickcheck.generator
-
- com.pholser.junit.quickcheck.generator.java.lang - package com.pholser.junit.quickcheck.generator.java.lang
-
- com.pholser.junit.quickcheck.generator.java.lang.strings - package com.pholser.junit.quickcheck.generator.java.lang.strings
-
- com.pholser.junit.quickcheck.generator.java.math - package com.pholser.junit.quickcheck.generator.java.math
-
- com.pholser.junit.quickcheck.generator.java.nio.charset - package com.pholser.junit.quickcheck.generator.java.nio.charset
-
- com.pholser.junit.quickcheck.generator.java.util - package com.pholser.junit.quickcheck.generator.java.util
-
- com.pholser.junit.quickcheck.generator.java.util.concurrent - package com.pholser.junit.quickcheck.generator.java.util.concurrent
-
- configure(ValuesOf) - Method in class com.pholser.junit.quickcheck.generator.java.lang.BooleanGenerator
-
Tells this generator to generate the values true and false on alternating requests.
- configure(InRange) - Method in class com.pholser.junit.quickcheck.generator.java.lang.ByteGenerator
-
Tells this generator to produce values within a specified minimum and/or maximum, inclusive,
with uniform distribution.
- configure(InRange) - Method in class com.pholser.junit.quickcheck.generator.java.lang.CharacterGenerator
-
Tells this generator to produce values within a specified minimum and/or maximum, inclusive,
with uniform distribution.
- configure(InRange) - Method in class com.pholser.junit.quickcheck.generator.java.lang.DoubleGenerator
-
Tells this generator to produce values within a specified minimum (inclusive) and/or maximum (exclusive)
with uniform distribution.
- configure(Encoded.InCharset) - Method in class com.pholser.junit.quickcheck.generator.java.lang.Encoded
-
- configure(InRange) - Method in class com.pholser.junit.quickcheck.generator.java.lang.FloatGenerator
-
Tells this generator to produce values within a specified minimum (inclusive) and/or maximum (exclusive)
with uniform distribution.
- configure(InRange) - Method in class com.pholser.junit.quickcheck.generator.java.lang.IntegerGenerator
-
Tells this generator to produce values within a specified minimum and/or maximum, inclusive,
with uniform distribution.
- configure(InRange) - Method in class com.pholser.junit.quickcheck.generator.java.lang.LongGenerator
-
Tells this generator to produce values within a specified minimum and/or maximum, inclusive,
with uniform distribution.
- configure(InRange) - Method in class com.pholser.junit.quickcheck.generator.java.lang.ShortGenerator
-
Tells this generator to produce values within a specified minimum and/or maximum, inclusive,
with uniform distribution.
- configure(InRange) - Method in class com.pholser.junit.quickcheck.generator.java.math.BigDecimalGenerator
-
Tells this generator to produce values within a specified
minimum (inclusive)
and/or
maximum (exclusive), with uniform distribution.
- configure(Precision) - Method in class com.pholser.junit.quickcheck.generator.java.math.BigDecimalGenerator
-
Tells this generator to produce values that have a specified
scale.
- configure(InRange) - Method in class com.pholser.junit.quickcheck.generator.java.math.BigIntegerGenerator
-
Tells this generator to produce values within a specified
minimum and/or
maximum inclusive, with uniform distribution.
- configure(Size) - Method in class com.pholser.junit.quickcheck.generator.java.util.CollectionGenerator
-
Tells this generator to add elements to the generated collection a number of times
within a specified minimum and/or maximum, inclusive, chosen with uniform distribution.
- configure(InRange) - Method in class com.pholser.junit.quickcheck.generator.java.util.DateGenerator
-
Tells this generator to produce values within a specified
minimum and/or
maximum, inclusive, with uniform distribution, down to the millisecond.
- configure(Size) - Method in class com.pholser.junit.quickcheck.generator.java.util.MapGenerator
-
Tells this generator to add key-value pairs to the generated map a number of times
within a specified minimum and/or maximum, inclusive, chosen with uniform distribution.
- configure(RFC4122.Namespace) - Method in class com.pholser.junit.quickcheck.generator.java.util.RFC4122.Version3
-
Tells this generator to prepend the given "namespace" UUID to the names it generates for UUID production.
- configure(RFC4122.Namespace) - Method in class com.pholser.junit.quickcheck.generator.java.util.RFC4122.Version5
-
Tells this generator to prepend the given "namespace" UUID to the names it generates for UUID production.