Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
L
- LAST_NAMES_ENGLISH - Static variable in class de.cuioss.test.generator.domain.NameLibrary
-
Top 10 names from U.S.
- LAST_NAMES_GERMAN - Static variable in class de.cuioss.test.generator.domain.NameLibrary
-
Top 10 names in Wikipedia
- lastMonthAgo() - Static method in class de.cuioss.test.generator.impl.ZonedDateTimeGenerator
- lastTenYearsAgo() - Static method in class de.cuioss.test.generator.impl.ZonedDateTimeGenerator
- LATIN_1_SUPPLEMENT - Static variable in class de.cuioss.test.generator.internal.net.java.quickcheck.generator.support.CharacterGenerator
- latin1SupplementCharacters() - Static method in class de.cuioss.test.generator.internal.net.java.quickcheck.generator.Generators
-
Create a new character generator which generates latin-1 supplement characters.
- latin1SupplementCharacters() - Static method in class de.cuioss.test.generator.internal.net.java.quickcheck.generator.PrimitiveGenerators
-
Create a new character generator which generates latin-1 supplement characters.
- LETTER_STRINGS - Enum constant in enum class de.cuioss.test.generator.junit.parameterized.GeneratorType
-
Generates String values with length between minSize and maxSize, containing only letters.
- letterStrings() - Static method in class de.cuioss.test.generator.Generators
-
Factory method for creating a
TypedGeneratorfor sensible / simple non empty letter Strings. - letterStrings() - Static method in class de.cuioss.test.generator.internal.net.java.quickcheck.generator.Generators
-
Create a new string generator which creates strings of characters from a-z and A-Z.
- letterStrings() - Static method in class de.cuioss.test.generator.internal.net.java.quickcheck.generator.PrimitiveGenerators
-
Create a new string generator which creates strings of characters from a-z and A-Z.
- letterStrings(int, int) - Static method in class de.cuioss.test.generator.Generators
-
Factory method for creating a
TypedGeneratorfor letter Strings. - letterStrings(int, int) - Static method in class de.cuioss.test.generator.internal.net.java.quickcheck.generator.Generators
-
Create a new string generator which creates strings with sizes ranging from loLengh to hiLength of characters from a-z and A-Z.
- letterStrings(int, int) - Static method in class de.cuioss.test.generator.internal.net.java.quickcheck.generator.PrimitiveGenerators
-
Create a new string generator which creates strings with sizes ranging from loLengh to hiLength of characters from a-z and A-Z.
- list() - Method in class de.cuioss.test.generator.impl.CollectionGenerator
- list(int) - Method in class de.cuioss.test.generator.impl.CollectionGenerator
-
Returns a
Listof the elements provided by the generator - ListGenerator<T> - Class in de.cuioss.test.generator.internal.net.java.quickcheck.generator.support
- ListGenerator(Generator<? extends T>) - Constructor for class de.cuioss.test.generator.internal.net.java.quickcheck.generator.support.ListGenerator
- ListGenerator(Generator<? extends T>, int, int) - Constructor for class de.cuioss.test.generator.internal.net.java.quickcheck.generator.support.ListGenerator
- ListGenerator(Generator<? extends T>, Generator<Integer>) - Constructor for class de.cuioss.test.generator.internal.net.java.quickcheck.generator.support.ListGenerator
- lists(Generator<? extends T>) - Static method in class de.cuioss.test.generator.internal.net.java.quickcheck.generator.CombinedGenerators
-
Create a generator of lists with values from the content generator.
- lists(Generator<? extends T>) - Static method in class de.cuioss.test.generator.internal.net.java.quickcheck.generator.Generators
-
Create a generator of lists with values from the content generator.
- lists(Generator<? extends T>, int) - Static method in class de.cuioss.test.generator.internal.net.java.quickcheck.generator.CombinedGenerators
-
Create a generator of lists with values from the content generator.
- lists(Generator<? extends T>, int) - Static method in class de.cuioss.test.generator.internal.net.java.quickcheck.generator.Generators
-
Create a generator of lists with values from the content generator.
- lists(Generator<? extends T>, int, int) - Static method in class de.cuioss.test.generator.internal.net.java.quickcheck.generator.CombinedGenerators
-
Create a generator of lists with values from the content generator.
- lists(Generator<? extends T>, int, int) - Static method in class de.cuioss.test.generator.internal.net.java.quickcheck.generator.Generators
-
Create a generator of lists with values from the content generator.
- lists(Generator<? extends T>, Generator<Integer>) - Static method in class de.cuioss.test.generator.internal.net.java.quickcheck.generator.CombinedGenerators
-
Create a generator of lists with values from the content generator.
- lists(Generator<? extends T>, Generator<Integer>) - Static method in class de.cuioss.test.generator.internal.net.java.quickcheck.generator.Generators
-
Create a generator of lists with values from the content generator.
- LOCAL_DATE_TIMES - Enum constant in enum class de.cuioss.test.generator.junit.parameterized.GeneratorType
-
Generates random LocalDateTime objects representing date-time combinations without time zones.
- LOCAL_DATES - Enum constant in enum class de.cuioss.test.generator.junit.parameterized.GeneratorType
-
Generates random LocalDate objects representing dates without time components.
- LOCAL_TIMES - Enum constant in enum class de.cuioss.test.generator.junit.parameterized.GeneratorType
-
Generates random LocalTime objects representing times without date components.
- LocalDateGenerator - Class in de.cuioss.test.generator.impl
-
Generates
LocalDateinstances within a reasonable range around the epoch. - LocalDateGenerator() - Constructor for class de.cuioss.test.generator.impl.LocalDateGenerator
- localDates() - Static method in class de.cuioss.test.generator.Generators
-
Factory method for creating a
TypedGeneratorforLocalDate. - LocalDateTimeGenerator - Class in de.cuioss.test.generator.impl
-
Generates random
LocalDateTimeinstances for testing purposes. - LocalDateTimeGenerator() - Constructor for class de.cuioss.test.generator.impl.LocalDateTimeGenerator
- localDateTimes() - Static method in class de.cuioss.test.generator.Generators
-
Factory method for creating a
TypedGeneratorforLocalDateTime. - locales() - Static method in class de.cuioss.test.generator.Generators
-
Factory method for creating a
TypedGeneratorarbitraryLocaleObjects - LOCALES - Enum constant in enum class de.cuioss.test.generator.junit.parameterized.GeneratorType
-
Generates random Locale objects representing different language and country combinations.
- LocalTimeGenerator - Class in de.cuioss.test.generator.impl
-
Generates
LocalTimeinstances covering all possible times within a day. - LocalTimeGenerator() - Constructor for class de.cuioss.test.generator.impl.LocalTimeGenerator
- localTimes() - Static method in class de.cuioss.test.generator.Generators
-
Factory method for creating a
TypedGeneratorforLocalTime. - Location Data - Search tag in package de.cuioss.test.generator.domain
- Section
- LONG - Enum constant in enum class de.cuioss.test.generator.impl.PrimitiveArrayGenerators
-
Provides longs
- LONG_OBJECTS - Enum constant in enum class de.cuioss.test.generator.junit.parameterized.GeneratorType
-
Generates random Long object values across the full long range.
- LongGenerator - Class in de.cuioss.test.generator.internal.net.java.quickcheck.generator.support
- LongGenerator() - Constructor for class de.cuioss.test.generator.internal.net.java.quickcheck.generator.support.LongGenerator
- LongGenerator(long, long) - Constructor for class de.cuioss.test.generator.internal.net.java.quickcheck.generator.support.LongGenerator
- LongGenerator(long, long, Distribution) - Constructor for class de.cuioss.test.generator.internal.net.java.quickcheck.generator.support.LongGenerator
- longObjects() - Static method in class de.cuioss.test.generator.Generators
-
Factory method for creating a
TypedGeneratorforLong. - longs() - Static method in class de.cuioss.test.generator.Generators
-
Factory method for creating a
TypedGeneratorfor long primitives. - longs() - Static method in class de.cuioss.test.generator.internal.net.java.quickcheck.generator.Generators
-
Create a new long generator which creates longs ranging from
Long.MIN_VALUEtoLong.MAX_VALUE. - longs() - Static method in class de.cuioss.test.generator.internal.net.java.quickcheck.generator.PrimitiveGenerators
-
Create a new long generator which creates longs ranging from
Long.MIN_VALUEtoLong.MAX_VALUE. - longs(long, long) - Static method in class de.cuioss.test.generator.Generators
-
Factory method for creating a
TypedGeneratorfor Long primitives. - longs(long, long) - Static method in class de.cuioss.test.generator.internal.net.java.quickcheck.generator.Generators
-
Create a new long generator which creates longs ranging from lo to hi.
- longs(long, long) - Static method in class de.cuioss.test.generator.internal.net.java.quickcheck.generator.PrimitiveGenerators
-
Create a new long generator which creates longs ranging from lo to hi.
- longs(long, long, Distribution) - Static method in class de.cuioss.test.generator.internal.net.java.quickcheck.generator.Generators
-
Create a new long generator which creates longs ranging from lo to hi based on the given
Distribution. - longs(long, long, Distribution) - Static method in class de.cuioss.test.generator.internal.net.java.quickcheck.generator.PrimitiveGenerators
-
Create a new long generator which creates longs ranging from lo to hi based on the given
Distribution. - LONGS - Enum constant in enum class de.cuioss.test.generator.junit.parameterized.GeneratorType
-
Generates long primitive values within the specified range (low to high).
- low() - Element in annotation interface de.cuioss.test.generator.junit.parameterized.GeneratorsSource
-
Lower bound for number-based generators.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form