Klasse ReportMemoryHook

java.lang.Object
net.jqwik.testing.ReportMemoryHook
Alle implementierten Schnittstellen:
net.jqwik.api.lifecycle.AroundPropertyHook, net.jqwik.api.lifecycle.LifecycleHook

@API(status=EXPERIMENTAL, since="1.5.1") public class ReportMemoryHook extends Object implements net.jqwik.api.lifecycle.AroundPropertyHook
  • Feldübersicht

    Von Schnittstelle geerbte Felder net.jqwik.api.lifecycle.AroundPropertyHook

    BASE
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
     
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    net.jqwik.api.lifecycle.PropertyExecutionResult
    aroundProperty(net.jqwik.api.lifecycle.PropertyLifecycleContext context, net.jqwik.api.lifecycle.PropertyExecutor property)
     
    net.jqwik.api.lifecycle.PropagationMode
     

    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.lifecycle.AroundPropertyHook

    aroundPropertyProximity, compareTo

    Von Schnittstelle geerbte Methoden net.jqwik.api.lifecycle.LifecycleHook

    appliesTo
  • Konstruktordetails

    • ReportMemoryHook

      public ReportMemoryHook()
  • Methodendetails

    • aroundProperty

      public net.jqwik.api.lifecycle.PropertyExecutionResult aroundProperty(net.jqwik.api.lifecycle.PropertyLifecycleContext context, net.jqwik.api.lifecycle.PropertyExecutor property) throws Throwable
      Angegeben von:
      aroundProperty in Schnittstelle net.jqwik.api.lifecycle.AroundPropertyHook
      Löst aus:
      Throwable
    • propagateTo

      public net.jqwik.api.lifecycle.PropagationMode propagateTo()
      Angegeben von:
      propagateTo in Schnittstelle net.jqwik.api.lifecycle.LifecycleHook