Class IgnoreExceptionShrinkable<T>

java.lang.Object
net.jqwik.engine.properties.shrinking.IgnoreExceptionShrinkable<T>
All Implemented Interfaces:
Comparable<net.jqwik.api.Shrinkable<T>>, net.jqwik.api.Shrinkable<T>

public class IgnoreExceptionShrinkable<T> extends Object implements net.jqwik.api.Shrinkable<T>
  • Nested Class Summary

    Nested classes/interfaces inherited from interface net.jqwik.api.Shrinkable

    net.jqwik.api.Shrinkable.ShrinkableFacade
  • Constructor Summary

    Constructors
    Constructor
    Description
    IgnoreExceptionShrinkable(net.jqwik.api.Shrinkable<T> shrinkable, Class<? extends Throwable> exceptionType)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    net.jqwik.api.ShrinkingDistance
     
    Stream<net.jqwik.api.Shrinkable<T>>
     
     

    Methods inherited from class java.lang.Object

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

    Methods inherited from interface net.jqwik.api.Shrinkable

    asGeneric, compareTo, filter, flatMap, grow, grow, makeUnshrinkable, map
  • Constructor Details

    • IgnoreExceptionShrinkable

      public IgnoreExceptionShrinkable(net.jqwik.api.Shrinkable<T> shrinkable, Class<? extends Throwable> exceptionType)
  • Method Details

    • value

      public T value()
      Specified by:
      value in interface net.jqwik.api.Shrinkable<T>
    • shrink

      public Stream<net.jqwik.api.Shrinkable<T>> shrink()
      Specified by:
      shrink in interface net.jqwik.api.Shrinkable<T>
    • distance

      public net.jqwik.api.ShrinkingDistance distance()
      Specified by:
      distance in interface net.jqwik.api.Shrinkable<T>