Package net.jqwik.testing
Klasse CheckReporting
java.lang.Object
net.jqwik.testing.CheckReporting
- Alle implementierten Schnittstellen:
net.jqwik.api.lifecycle.AroundPropertyHook,net.jqwik.api.lifecycle.LifecycleHook
@NullMarked
public abstract class CheckReporting
extends Object
implements net.jqwik.api.lifecycle.AroundPropertyHook
-
Feldübersicht
Von Schnittstelle geerbte Felder net.jqwik.api.lifecycle.AroundPropertyHook
BASE -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungnet.jqwik.api.lifecycle.PropertyExecutionResultaroundProperty(net.jqwik.api.lifecycle.PropertyLifecycleContext context, net.jqwik.api.lifecycle.PropertyExecutor property) intabstract voidcheck(net.jqwik.api.Reporter mockReporter) Von Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitVon Schnittstelle geerbte Methoden net.jqwik.api.lifecycle.AroundPropertyHook
compareToVon Schnittstelle geerbte Methoden net.jqwik.api.lifecycle.LifecycleHook
appliesTo, propagateTo
-
Konstruktordetails
-
CheckReporting
public CheckReporting()
-
-
Methodendetails
-
aroundPropertyProximity
public int aroundPropertyProximity()- Angegeben von:
aroundPropertyProximityin Schnittstellenet.jqwik.api.lifecycle.AroundPropertyHook
-
aroundProperty
public net.jqwik.api.lifecycle.PropertyExecutionResult aroundProperty(net.jqwik.api.lifecycle.PropertyLifecycleContext context, net.jqwik.api.lifecycle.PropertyExecutor property) - Angegeben von:
aroundPropertyin Schnittstellenet.jqwik.api.lifecycle.AroundPropertyHook
-
check
public abstract void check(net.jqwik.api.Reporter mockReporter)
-