Package net.jqwik.web

Klasse DefaultEmailArbitrary

java.lang.Object
net.jqwik.api.arbitraries.ArbitraryDecorator<String>
net.jqwik.web.DefaultEmailArbitrary
Alle implementierten Schnittstellen:
Cloneable, net.jqwik.api.Arbitrary<String>, EmailArbitrary

public class DefaultEmailArbitrary extends net.jqwik.api.arbitraries.ArbitraryDecorator<String> implements EmailArbitrary
  • Verschachtelte Klassen - Übersicht

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

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

    Konstruktoren
    Konstruktor
    Beschreibung
     
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    Allow IPv4 addresses in the host part.
    Allow IPv6 addresses in the host part.
    Allow the local part of an email to be quoted within " characters.
    protected net.jqwik.api.Arbitrary<String>
     

    Von Klasse geerbte Methoden net.jqwik.api.arbitraries.ArbitraryDecorator

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

    Von Klasse geerbte Methoden java.lang.Object

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

    Von Schnittstelle geerbte Methoden 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
  • Konstruktordetails

    • DefaultEmailArbitrary

      public DefaultEmailArbitrary()
  • Methodendetails

    • arbitrary

      protected net.jqwik.api.Arbitrary<String> arbitrary()
      Angegeben von:
      arbitrary in Klasse net.jqwik.api.arbitraries.ArbitraryDecorator<String>
    • allowQuotedLocalPart

      public EmailArbitrary allowQuotedLocalPart()
      Beschreibung aus Schnittstelle kopiert: EmailArbitrary
      Allow the local part of an email to be quoted within " characters.
      Angegeben von:
      allowQuotedLocalPart in Schnittstelle EmailArbitrary
      Gibt zurück:
      new instance of arbitrary
    • allowIpv4Host

      public EmailArbitrary allowIpv4Host()
      Beschreibung aus Schnittstelle kopiert: EmailArbitrary
      Allow IPv4 addresses in the host part.
      Angegeben von:
      allowIpv4Host in Schnittstelle EmailArbitrary
      Gibt zurück:
      new instance of arbitrary
    • allowIpv6Host

      public EmailArbitrary allowIpv6Host()
      Beschreibung aus Schnittstelle kopiert: EmailArbitrary
      Allow IPv6 addresses in the host part.
      Angegeben von:
      allowIpv6Host in Schnittstelle EmailArbitrary
      Gibt zurück:
      new instance of arbitrary