JavaScript ist im Browser deaktiviert.
Alle implementierten Schnittstellen:
Consumer <net.jqwik.api.lifecycle.PropertyExecutionResult>
@API(status=EXPERIMENTAL,
since="1.4.0")
public abstract class ShrinkToChecker
extends Object
implements Consumer <net.jqwik.api.lifecycle.PropertyExecutionResult>
Konstruktorübersicht
Konstruktoren
Methodenübersicht
Alle Methoden Instanzmethoden Abstrakte Methoden Konkrete Methoden
void
accept (net.jqwik.api.lifecycle.PropertyExecutionResult propertyExecutionResult)
Von Klasse geerbte Methoden java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
Konstruktordetails
ShrinkToChecker
public ShrinkToChecker ()
Methodendetails
accept
public void accept (net.jqwik.api.lifecycle.PropertyExecutionResult propertyExecutionResult)
Angegeben von:
accept in Schnittstelle Consumer <net.jqwik.api.lifecycle.PropertyExecutionResult>
shrunkValues
public abstract Iterable <?> shrunkValues ()