Klasse IgnoreExceptionGenerator<T extends @Nullable Object>

java.lang.Object
net.jqwik.engine.properties.arbitraries.randomized.IgnoreExceptionGenerator<T>
Alle implementierten Schnittstellen:
net.jqwik.api.RandomGenerator<T>

public class IgnoreExceptionGenerator<T extends @Nullable Object> extends Object implements net.jqwik.api.RandomGenerator<T>
  • Verschachtelte Klassen - Übersicht

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

    net.jqwik.api.RandomGenerator.RandomGeneratorFacade
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
    IgnoreExceptionGenerator(net.jqwik.api.RandomGenerator<T> base, Class<? extends Throwable>[] exceptionTypes, int maxThrows)
     
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    net.jqwik.api.Shrinkable<T>
    next(Random random)
     

    Von Klasse geerbte Methoden java.lang.Object

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

    Von Schnittstelle geerbte Methoden net.jqwik.api.RandomGenerator

    collect, dontShrink, filter, flatMap, flatMap, ignoreExceptions, injectDuplicates, map, mapShrinkable, stream, withEdgeCases
  • Konstruktordetails

    • IgnoreExceptionGenerator

      public IgnoreExceptionGenerator(net.jqwik.api.RandomGenerator<T> base, Class<? extends Throwable>[] exceptionTypes, int maxThrows)
  • Methodendetails

    • next

      public net.jqwik.api.Shrinkable<T> next(Random random)
      Angegeben von:
      next in Schnittstelle net.jqwik.api.RandomGenerator<T extends @Nullable Object>