Klasse PositiveConfigurator

java.lang.Object
net.jqwik.api.configurators.ArbitraryConfiguratorBase
net.jqwik.engine.properties.configurators.PositiveConfigurator
Alle implementierten Schnittstellen:
Comparable<net.jqwik.api.configurators.ArbitraryConfigurator>, net.jqwik.api.configurators.ArbitraryConfigurator

public class PositiveConfigurator extends net.jqwik.api.configurators.ArbitraryConfiguratorBase
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
     
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    net.jqwik.api.Arbitrary<BigDecimal>
    configure(net.jqwik.api.arbitraries.BigDecimalArbitrary arbitrary, net.jqwik.api.constraints.Positive positive)
     
    net.jqwik.api.arbitraries.BigIntegerArbitrary
    configure(net.jqwik.api.arbitraries.BigIntegerArbitrary arbitrary, net.jqwik.api.constraints.Positive positive)
     
    net.jqwik.api.arbitraries.ByteArbitrary
    configure(net.jqwik.api.arbitraries.ByteArbitrary arbitrary, net.jqwik.api.constraints.Positive positive)
     
    net.jqwik.api.Arbitrary<Double>
    configure(net.jqwik.api.arbitraries.DoubleArbitrary arbitrary, net.jqwik.api.constraints.Positive positive)
     
    net.jqwik.api.Arbitrary<Float>
    configure(net.jqwik.api.arbitraries.FloatArbitrary arbitrary, net.jqwik.api.constraints.Positive positive)
     
    net.jqwik.api.arbitraries.IntegerArbitrary
    configure(net.jqwik.api.arbitraries.IntegerArbitrary arbitrary, net.jqwik.api.constraints.Positive positive)
     
    net.jqwik.api.arbitraries.LongArbitrary
    configure(net.jqwik.api.arbitraries.LongArbitrary arbitrary, net.jqwik.api.constraints.Positive positive)
     
    net.jqwik.api.arbitraries.ShortArbitrary
    configure(net.jqwik.api.arbitraries.ShortArbitrary arbitrary, net.jqwik.api.constraints.Positive positive)
     

    Von Klasse geerbte Methoden net.jqwik.api.configurators.ArbitraryConfiguratorBase

    acceptTargetType, configure

    Von Klasse geerbte Methoden java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Von Schnittstelle geerbte Methoden net.jqwik.api.configurators.ArbitraryConfigurator

    compareTo, order
  • Konstruktordetails

    • PositiveConfigurator

      public PositiveConfigurator()
  • Methodendetails

    • configure

      public net.jqwik.api.Arbitrary<BigDecimal> configure(net.jqwik.api.arbitraries.BigDecimalArbitrary arbitrary, net.jqwik.api.constraints.Positive positive)
    • configure

      public net.jqwik.api.arbitraries.BigIntegerArbitrary configure(net.jqwik.api.arbitraries.BigIntegerArbitrary arbitrary, net.jqwik.api.constraints.Positive positive)
    • configure

      public net.jqwik.api.arbitraries.ByteArbitrary configure(net.jqwik.api.arbitraries.ByteArbitrary arbitrary, net.jqwik.api.constraints.Positive positive)
    • configure

      public net.jqwik.api.Arbitrary<Double> configure(net.jqwik.api.arbitraries.DoubleArbitrary arbitrary, net.jqwik.api.constraints.Positive positive)
    • configure

      public net.jqwik.api.Arbitrary<Float> configure(net.jqwik.api.arbitraries.FloatArbitrary arbitrary, net.jqwik.api.constraints.Positive positive)
    • configure

      public net.jqwik.api.arbitraries.IntegerArbitrary configure(net.jqwik.api.arbitraries.IntegerArbitrary arbitrary, net.jqwik.api.constraints.Positive positive)
    • configure

      public net.jqwik.api.arbitraries.LongArbitrary configure(net.jqwik.api.arbitraries.LongArbitrary arbitrary, net.jqwik.api.constraints.Positive positive)
    • configure

      public net.jqwik.api.arbitraries.ShortArbitrary configure(net.jqwik.api.arbitraries.ShortArbitrary arbitrary, net.jqwik.api.constraints.Positive positive)