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 -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungAllow 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, typedCloneVon Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitVon 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
- Angegeben von:
arbitraryin Klassenet.jqwik.api.arbitraries.ArbitraryDecorator<String>
-
allowQuotedLocalPart
Beschreibung aus Schnittstelle kopiert:EmailArbitraryAllow the local part of an email to be quoted within " characters.- Angegeben von:
allowQuotedLocalPartin SchnittstelleEmailArbitrary- Gibt zurück:
- new instance of arbitrary
-
allowIpv4Host
Beschreibung aus Schnittstelle kopiert:EmailArbitraryAllow IPv4 addresses in the host part.- Angegeben von:
allowIpv4Hostin SchnittstelleEmailArbitrary- Gibt zurück:
- new instance of arbitrary
-
allowIpv6Host
Beschreibung aus Schnittstelle kopiert:EmailArbitraryAllow IPv6 addresses in the host part.- Angegeben von:
allowIpv6Hostin SchnittstelleEmailArbitrary- Gibt zurück:
- new instance of arbitrary
-