Klasse DefaultChainArbitrary<T extends @Nullable Object>

java.lang.Object
net.jqwik.engine.properties.arbitraries.TypedCloneable
net.jqwik.engine.properties.state.DefaultChainArbitrary<T>
Alle implementierten Schnittstellen:
Cloneable, net.jqwik.api.Arbitrary<net.jqwik.api.state.Chain<T>>, net.jqwik.api.state.ChainArbitrary<T>

public class DefaultChainArbitrary<T extends @Nullable Object> extends TypedCloneable implements net.jqwik.api.state.ChainArbitrary<T>
  • Verschachtelte Klassen - Übersicht

    Von Schnittstelle geerbte verschachtelte Klassen/Schnittstellen net.jqwik.api.Arbitrary

    net.jqwik.api.Arbitrary.ArbitraryFacade
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
    DefaultChainArbitrary(Supplier<? extends T> initialSupplier)
     
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    net.jqwik.api.EdgeCases<net.jqwik.api.state.Chain<T>>
    edgeCases(int maxEdgeCases)
     
    net.jqwik.api.RandomGenerator<net.jqwik.api.state.Chain<T>>
    generator(int genSize)
     
    net.jqwik.api.state.ChainArbitrary<T>
    improveShrinkingWith(Supplier<? extends net.jqwik.api.state.ChangeDetector<? super T>> changeDetectorSupplier)
     
    boolean
     
    net.jqwik.api.state.ChainArbitrary<T>
    withMaxTransformations(int maxTransformations)
     
    net.jqwik.api.state.ChainArbitrary<T>
    withTransformation(int weight, net.jqwik.api.state.Transformation<T> transformation)
     

    Von Klasse geerbte Methoden net.jqwik.engine.properties.arbitraries.TypedCloneable

    typedClone

    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.Arbitrary

    allValues, array, asGeneric, collect, dontShrink, edgeCases, edgeCases, exhaustive, exhaustive, filter, filter, fixGenSize, flatMap, forEachValue, generator, generatorWithEmbeddedEdgeCases, ignoreException, ignoreException, ignoreExceptions, ignoreExceptions, injectDuplicates, injectNull, iterator, list, map, optional, optional, sample, sampleStream, set, stream, tuple1, tuple2, tuple3, tuple4, tuple5, withoutEdgeCases

    Von Schnittstelle geerbte Methoden net.jqwik.api.state.ChainArbitrary

    infinite, withTransformation
  • Konstruktordetails

    • DefaultChainArbitrary

      public DefaultChainArbitrary(Supplier<? extends T> initialSupplier)
  • Methodendetails

    • generator

      public net.jqwik.api.RandomGenerator<net.jqwik.api.state.Chain<T>> generator(int genSize)
      Angegeben von:
      generator in Schnittstelle net.jqwik.api.Arbitrary<T extends @Nullable Object>
    • withTransformation

      public net.jqwik.api.state.ChainArbitrary<T> withTransformation(int weight, net.jqwik.api.state.Transformation<T> transformation)
      Angegeben von:
      withTransformation in Schnittstelle net.jqwik.api.state.ChainArbitrary<T extends @Nullable Object>
    • withMaxTransformations

      public net.jqwik.api.state.ChainArbitrary<T> withMaxTransformations(int maxTransformations)
      Angegeben von:
      withMaxTransformations in Schnittstelle net.jqwik.api.state.ChainArbitrary<T extends @Nullable Object>
    • improveShrinkingWith

      public net.jqwik.api.state.ChainArbitrary<T> improveShrinkingWith(Supplier<? extends net.jqwik.api.state.ChangeDetector<? super T>> changeDetectorSupplier)
      Angegeben von:
      improveShrinkingWith in Schnittstelle net.jqwik.api.state.ChainArbitrary<T extends @Nullable Object>
    • edgeCases

      public net.jqwik.api.EdgeCases<net.jqwik.api.state.Chain<T>> edgeCases(int maxEdgeCases)
      Angegeben von:
      edgeCases in Schnittstelle net.jqwik.api.Arbitrary<T extends @Nullable Object>
    • isGeneratorMemoizable

      public boolean isGeneratorMemoizable()
      Angegeben von:
      isGeneratorMemoizable in Schnittstelle net.jqwik.api.Arbitrary<T extends @Nullable Object>