Class ArbitraryDelegator<T>

java.lang.Object
net.jqwik.api.arbitraries.ArbitraryDecorator<T>
net.jqwik.engine.ArbitraryDelegator<T>
All Implemented Interfaces:
Cloneable, net.jqwik.api.Arbitrary<T>
Direct Known Subclasses:
ArbitraryFilter

public class ArbitraryDelegator<T> extends net.jqwik.api.arbitraries.ArbitraryDecorator<T>
  • Nested Class Summary

    Nested classes/interfaces inherited from interface net.jqwik.api.Arbitrary

    net.jqwik.api.Arbitrary.ArbitraryFacade
  • Constructor Summary

    Constructors
    Constructor
    Description
    ArbitraryDelegator(net.jqwik.api.Arbitrary<T> delegate)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected net.jqwik.api.Arbitrary<T>
     
    boolean
     
    int
     

    Methods inherited from class net.jqwik.api.arbitraries.ArbitraryDecorator

    edgeCases, exhaustive, generator, generatorWithEmbeddedEdgeCases, isGeneratorMemoizable, toString, typedClone

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface net.jqwik.api.Arbitrary

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

    • ArbitraryDelegator

      public ArbitraryDelegator(net.jqwik.api.Arbitrary<T> delegate)
  • Method Details

    • arbitrary

      protected net.jqwik.api.Arbitrary<T> arbitrary()
      Specified by:
      arbitrary in class net.jqwik.api.arbitraries.ArbitraryDecorator<T>
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object