Package org.apache.solr.bench.generators
Class SourceDSL
java.lang.Object
org.apache.solr.bench.generators.SourceDSL
The type Source dsl.
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.quicktheories.generators.ArbitraryDSLArbitrary arbitrary dsl.static ArraysDSLarrays()Arrays arrays dsl.static org.quicktheories.generators.BigDecimalsDSLBig decimals big decimals dsl.static org.quicktheories.generators.BigIntegersDSLBig integers big integers dsl.static BooleansDSLbooleans()Booleans booleans dsl.static org.quicktheories.generators.CharactersDSLCharacters characters dsl.static voidcheckArguments(boolean expression, String errorMessageTemplate, Object... errorMessageArgs) Check arguments.static DatesDSLdates()Dates dates dsl.static DoublesDSLdoubles()Doubles doubles dsl.static FloatsDSLfloats()Floats floats dsl.static IntegersDSLintegers()Integers integers dsl.static ListsDSLlists()Lists lists dsl.static org.quicktheories.generators.LocalDatesDSLLocal dates local dates dsl.static LongsDSLlongs()Longs longs dsl.static MapsDSLmaps()Maps maps dsl.static StringsDSLstrings()Strings strings dsl.
-
Method Details
-
longs
Longs longs dsl.- Returns:
- the longs dsl
-
integers
Integers integers dsl.- Returns:
- the integers dsl
-
doubles
Doubles doubles dsl.- Returns:
- the doubles dsl
-
floats
Floats floats dsl.- Returns:
- the floats dsl
-
characters
public static org.quicktheories.generators.CharactersDSL characters()Characters characters dsl.- Returns:
- the characters dsl
-
strings
Strings strings dsl.- Returns:
- the strings dsl
-
lists
Lists lists dsl.- Returns:
- the lists dsl
-
maps
Maps maps dsl.- Returns:
- the maps dsl
-
arrays
Arrays arrays dsl.- Returns:
- the arrays dsl
-
bigIntegers
public static org.quicktheories.generators.BigIntegersDSL bigIntegers()Big integers big integers dsl.- Returns:
- the big integers dsl
-
bigDecimals
public static org.quicktheories.generators.BigDecimalsDSL bigDecimals()Big decimals big decimals dsl.- Returns:
- the big decimals dsl
-
arbitrary
public static org.quicktheories.generators.ArbitraryDSL arbitrary()Arbitrary arbitrary dsl.- Returns:
- the arbitrary dsl
-
dates
Dates dates dsl.- Returns:
- the dates dsl
-
localDates
public static org.quicktheories.generators.LocalDatesDSL localDates()Local dates local dates dsl.- Returns:
- the local dates dsl
-
booleans
Booleans booleans dsl.- Returns:
- the booleans dsl
-
checkArguments
public static void checkArguments(boolean expression, String errorMessageTemplate, Object... errorMessageArgs) Check arguments.- Parameters:
expression- the expressionerrorMessageTemplate- the error message templateerrorMessageArgs- the error message args
-