Class ChooseValueArbitrary<T>

java.lang.Object
net.jqwik.engine.properties.arbitraries.FromGeneratorsArbitrary<T>
net.jqwik.engine.properties.arbitraries.ChooseValueArbitrary<T>
All Implemented Interfaces:
net.jqwik.api.Arbitrary<T>

public class ChooseValueArbitrary<T> extends FromGeneratorsArbitrary<T>
  • Nested Class Summary

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

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    int
     

    Methods inherited from class net.jqwik.engine.properties.arbitraries.FromGeneratorsArbitrary

    edgeCases, exhaustive, generator

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, 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, generatorWithEmbeddedEdgeCases, ignoreException, injectDuplicates, injectNull, isGeneratorMemoizable, iterator, list, map, optional, optional, sample, sampleStream, set, stream, tuple1, tuple2, tuple3, tuple4, tuple5, withoutEdgeCases
  • Constructor Details

    • ChooseValueArbitrary

      public ChooseValueArbitrary(List<T> values)
  • Method Details