Interface SizableArbitrary<U>

    • Method Detail

      • ofMinSize

        SizableArbitrary<U> ofMinSize​(int minSize)
        Set lower size boundary minSize (included).
      • ofMaxSize

        SizableArbitrary<U> ofMaxSize​(int maxSize)
        Set upper size boundary maxSize (included).
      • withSizeDistribution

        @API(status=EXPERIMENTAL,
             since="1.5.3")
        SizableArbitrary<U> withSizeDistribution​(RandomDistribution distribution)
        Set distribution distribution of size of generated arbitrary