Klasse DefaultStringArbitrary

java.lang.Object
net.jqwik.engine.properties.arbitraries.TypedCloneable
net.jqwik.engine.properties.arbitraries.DefaultStringArbitrary
Alle implementierten Schnittstellen:
Cloneable, net.jqwik.api.arbitraries.StringArbitrary, net.jqwik.api.Arbitrary<String>

public class DefaultStringArbitrary extends TypedCloneable implements net.jqwik.api.arbitraries.StringArbitrary
  • 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
    net.jqwik.api.arbitraries.StringArbitrary
    all()
     
    net.jqwik.api.arbitraries.StringArbitrary
     
    net.jqwik.api.arbitraries.StringArbitrary
     
    net.jqwik.api.EdgeCases<String>
    edgeCases(int maxEdgeCases)
     
    boolean
     
    net.jqwik.api.arbitraries.StringArbitrary
    excludeChars(char... charsToExclude)
     
    Optional<net.jqwik.api.ExhaustiveGenerator<String>>
    exhaustive(long maxNumberOfSamples)
     
    net.jqwik.api.RandomGenerator<String>
    generator(int genSize)
     
    int
     
    net.jqwik.api.arbitraries.StringArbitrary
     
    net.jqwik.api.arbitraries.StringArbitrary
    ofMaxLength(int maxLength)
     
    net.jqwik.api.arbitraries.StringArbitrary
    ofMinLength(int minLength)
     
    net.jqwik.api.arbitraries.StringArbitrary
    repeatChars(double repeatProbability)
     
    net.jqwik.api.arbitraries.StringArbitrary
     
    net.jqwik.api.arbitraries.StringArbitrary
     
    net.jqwik.api.arbitraries.StringArbitrary
    withCharRange(char from, char to)
     
    net.jqwik.api.arbitraries.StringArbitrary
    withChars(char... chars)
     
    net.jqwik.api.arbitraries.StringArbitrary
     
    net.jqwik.api.arbitraries.StringArbitrary
    withLengthDistribution(net.jqwik.api.RandomDistribution distribution)
     

    Von Klasse geerbte Methoden net.jqwik.engine.properties.arbitraries.TypedCloneable

    typedClone

    Von Klasse geerbte Methoden java.lang.Object

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

    Von Schnittstelle geerbte Methoden net.jqwik.api.Arbitrary

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

    Von Schnittstelle geerbte Methoden net.jqwik.api.arbitraries.StringArbitrary

    ofLength
  • Konstruktordetails

    • DefaultStringArbitrary

      public DefaultStringArbitrary()
  • Methodendetails

    • generator

      public net.jqwik.api.RandomGenerator<String> generator(int genSize)
      Angegeben von:
      generator in Schnittstelle net.jqwik.api.Arbitrary<String>
    • exhaustive

      public Optional<net.jqwik.api.ExhaustiveGenerator<String>> exhaustive(long maxNumberOfSamples)
      Angegeben von:
      exhaustive in Schnittstelle net.jqwik.api.Arbitrary<String>
    • edgeCases

      public net.jqwik.api.EdgeCases<String> edgeCases(int maxEdgeCases)
      Angegeben von:
      edgeCases in Schnittstelle net.jqwik.api.Arbitrary<String>
    • ofMinLength

      public net.jqwik.api.arbitraries.StringArbitrary ofMinLength(int minLength)
      Angegeben von:
      ofMinLength in Schnittstelle net.jqwik.api.arbitraries.StringArbitrary
    • ofMaxLength

      public net.jqwik.api.arbitraries.StringArbitrary ofMaxLength(int maxLength)
      Angegeben von:
      ofMaxLength in Schnittstelle net.jqwik.api.arbitraries.StringArbitrary
    • withLengthDistribution

      public net.jqwik.api.arbitraries.StringArbitrary withLengthDistribution(net.jqwik.api.RandomDistribution distribution)
      Angegeben von:
      withLengthDistribution in Schnittstelle net.jqwik.api.arbitraries.StringArbitrary
    • repeatChars

      public net.jqwik.api.arbitraries.StringArbitrary repeatChars(double repeatProbability)
      Angegeben von:
      repeatChars in Schnittstelle net.jqwik.api.arbitraries.StringArbitrary
    • uniqueChars

      public net.jqwik.api.arbitraries.StringArbitrary uniqueChars()
      Angegeben von:
      uniqueChars in Schnittstelle net.jqwik.api.arbitraries.StringArbitrary
    • withChars

      public net.jqwik.api.arbitraries.StringArbitrary withChars(char... chars)
      Angegeben von:
      withChars in Schnittstelle net.jqwik.api.arbitraries.StringArbitrary
    • withChars

      public net.jqwik.api.arbitraries.StringArbitrary withChars(CharSequence chars)
      Angegeben von:
      withChars in Schnittstelle net.jqwik.api.arbitraries.StringArbitrary
    • withCharRange

      public net.jqwik.api.arbitraries.StringArbitrary withCharRange(char from, char to)
      Angegeben von:
      withCharRange in Schnittstelle net.jqwik.api.arbitraries.StringArbitrary
    • ascii

      public net.jqwik.api.arbitraries.StringArbitrary ascii()
      Angegeben von:
      ascii in Schnittstelle net.jqwik.api.arbitraries.StringArbitrary
    • alpha

      public net.jqwik.api.arbitraries.StringArbitrary alpha()
      Angegeben von:
      alpha in Schnittstelle net.jqwik.api.arbitraries.StringArbitrary
    • numeric

      public net.jqwik.api.arbitraries.StringArbitrary numeric()
      Angegeben von:
      numeric in Schnittstelle net.jqwik.api.arbitraries.StringArbitrary
    • whitespace

      public net.jqwik.api.arbitraries.StringArbitrary whitespace()
      Angegeben von:
      whitespace in Schnittstelle net.jqwik.api.arbitraries.StringArbitrary
    • all

      public net.jqwik.api.arbitraries.StringArbitrary all()
      Angegeben von:
      all in Schnittstelle net.jqwik.api.arbitraries.StringArbitrary
    • excludeChars

      public net.jqwik.api.arbitraries.StringArbitrary excludeChars(char... charsToExclude)
      Angegeben von:
      excludeChars in Schnittstelle net.jqwik.api.arbitraries.StringArbitrary
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object