Package net.jqwik.web

Class DefaultWebDomainArbitrary

java.lang.Object
net.jqwik.api.arbitraries.ArbitraryDecorator<String>
net.jqwik.web.DefaultWebDomainArbitrary
All Implemented Interfaces:
Cloneable, net.jqwik.api.Arbitrary<String>

public class DefaultWebDomainArbitrary extends net.jqwik.api.arbitraries.ArbitraryDecorator<String> implements net.jqwik.api.Arbitrary<String>
  • 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
    protected net.jqwik.api.Arbitrary<String>
     

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

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

    Methods inherited from class java.lang.Object

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

    Methods inherited from interface net.jqwik.api.Arbitrary

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

    • DefaultWebDomainArbitrary

      public DefaultWebDomainArbitrary()
  • Method Details

    • arbitrary

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