Interface PeriodArbitrary

  • All Superinterfaces:
    Arbitrary<java.time.Period>

    @API(status=EXPERIMENTAL,
         since="1.4.0")
    public interface PeriodArbitrary
    extends Arbitrary<java.time.Period>
    Fluent interface to configure the generation of period values.
    • Method Detail

      • between

        PeriodArbitrary between​(java.time.Period min,
                                java.time.Period max)
        Set the allowed lower min (included) and upper max (included) bounder of generated period.