Class SourceDSL


  • public class SourceDSL
    extends Object
    The type Source dsl.
    • Method Detail

      • longs

        public static LongsDSL longs()
        Longs longs dsl.
        Returns:
        the longs dsl
      • integers

        public static IntegersDSL integers()
        Integers integers dsl.
        Returns:
        the integers dsl
      • doubles

        public static DoublesDSL doubles()
        Doubles doubles dsl.
        Returns:
        the doubles dsl
      • floats

        public static FloatsDSL floats()
        Floats floats dsl.
        Returns:
        the floats dsl
      • characters

        public static org.quicktheories.generators.CharactersDSL characters()
        Characters characters dsl.
        Returns:
        the characters dsl
      • strings

        public static StringsDSL strings()
        Strings strings dsl.
        Returns:
        the strings dsl
      • lists

        public static ListsDSL lists()
        Lists lists dsl.
        Returns:
        the lists dsl
      • maps

        public static MapsDSL maps()
        Maps maps dsl.
        Returns:
        the maps dsl
      • arrays

        public static ArraysDSL 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

        public static DatesDSL 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

        public static BooleansDSL booleans()
        Booleans booleans dsl.
        Returns:
        the booleans dsl
      • checkArguments

        public static void checkArguments​(boolean expression,
                                          String errorMessageTemplate,
                                          Object... errorMessageArgs)
        Check arguments.
        Parameters:
        expression - the expression
        errorMessageTemplate - the error message template
        errorMessageArgs - the error message args