- CallableGenerator<V> - Class in com.pholser.junit.quickcheck.generator.java.util.concurrent
-
Produces values 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.PropertiesGenerator
-
- canShrink(Object) - Method in class com.pholser.junit.quickcheck.generator.java.lang.AbstractStringGenerator
-
- CharacterGenerator - Class in com.pholser.junit.quickcheck.generator.java.lang
-
- CharacterGenerator() - Constructor for class com.pholser.junit.quickcheck.generator.java.lang.CharacterGenerator
-
- CharsetGenerator - Class in com.pholser.junit.quickcheck.generator.java.nio.charset
-
- CharsetGenerator() - Constructor for class com.pholser.junit.quickcheck.generator.java.nio.charset.CharsetGenerator
-
- ClockGenerator - Class in com.pholser.junit.quickcheck.generator.java.time
-
Produces values of type
Clock
.
- ClockGenerator() - Constructor for class com.pholser.junit.quickcheck.generator.java.time.ClockGenerator
-
- codePointInRange(int) - Method in class com.pholser.junit.quickcheck.generator.java.lang.AbstractStringGenerator
-
- codePointInRange(int) - Method in class com.pholser.junit.quickcheck.generator.java.lang.Encoded
-
- codePointInRange(int) - Method in class com.pholser.junit.quickcheck.generator.java.lang.StringGenerator
-
- 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.time - package com.pholser.junit.quickcheck.generator.java.time
-
- 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
-
- com.pholser.junit.quickcheck.generator.java.util.function - package com.pholser.junit.quickcheck.generator.java.util.function
-
- 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
-
Tells this generator to emit strings in the given charset.
- 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(InRange) - Method in class com.pholser.junit.quickcheck.generator.java.time.ClockGenerator
-
Tells this generator to produce values within a specified
minimum and/or
maximum, inclusive, with uniform distribution, down to the
nanosecond.
- configure(InRange) - Method in class com.pholser.junit.quickcheck.generator.java.time.DurationGenerator
-
Tells this generator to produce values within a specified
minimum and/or
maximum, inclusive, with uniform distribution, down to the
nanosecond.
- configure(InRange) - Method in class com.pholser.junit.quickcheck.generator.java.time.InstantGenerator
-
Tells this generator to produce values within a specified
minimum and/or
maximum, inclusive, with uniform distribution, down to the
nanosecond.
- configure(InRange) - Method in class com.pholser.junit.quickcheck.generator.java.time.LocalDateGenerator
-
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.time.LocalDateTimeGenerator
-
Tells this generator to produce values within a specified
minimum and/or
maximum, inclusive, with uniform distribution, down to the
nanosecond.
- configure(InRange) - Method in class com.pholser.junit.quickcheck.generator.java.time.LocalTimeGenerator
-
Tells this generator to produce values within a specified
minimum and/or
maximum, inclusive, with uniform distribution, down to the
nanosecond.
- configure(InRange) - Method in class com.pholser.junit.quickcheck.generator.java.time.MonthDayGenerator
-
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.time.OffsetDateTimeGenerator
-
Tells this generator to produce values within a specified
minimum and/or
maximum, inclusive, with uniform distribution, down to the
nanosecond.
- configure(InRange) - Method in class com.pholser.junit.quickcheck.generator.java.time.OffsetTimeGenerator
-
Tells this generator to produce values within a specified
minimum and/or
maximum, inclusive, with uniform distribution, down to the
nanosecond.
- configure(InRange) - Method in class com.pholser.junit.quickcheck.generator.java.time.PeriodGenerator
-
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.time.YearGenerator
-
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.time.YearMonthGenerator
-
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.time.ZonedDateTimeGenerator
-
Tells this generator to produce values within a specified
minimum and/or
maximum, inclusive, with uniform distribution, down to the
nanosecond.
- configure(InRange) - Method in class com.pholser.junit.quickcheck.generator.java.time.ZoneOffsetGenerator
-
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(InRange) - Method in class com.pholser.junit.quickcheck.generator.java.util.OptionalDoubleGenerator
-
Tells this generator to produce values, when
present
, within a specified minimum
(inclusive) and/or maximum (exclusive) with uniform distribution.
- configure(InRange) - Method in class com.pholser.junit.quickcheck.generator.java.util.OptionalIntGenerator
-
Tells this generator to produce values, when
present
, within a specified minimum
and/or maximum, inclusive, with uniform distribution.
- configure(InRange) - Method in class com.pholser.junit.quickcheck.generator.java.util.OptionalLongGenerator
-
Tells this generator to produce values, when
present
, within a specified minimum
and/or maximum, inclusive, 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.
- contains(int) - Method in class com.pholser.junit.quickcheck.generator.java.lang.strings.CodePoints
-