Klasse LifecycleHooksRegistry

java.lang.Object
net.jqwik.engine.execution.lifecycle.LifecycleHooksRegistry
Alle implementierten Schnittstellen:
LifecycleHooksSupplier

public class LifecycleHooksRegistry extends Object implements LifecycleHooksSupplier
  • Konstruktordetails

    • LifecycleHooksRegistry

      public LifecycleHooksRegistry()
  • Methodendetails

    • aroundPropertyHook

      public net.jqwik.api.lifecycle.AroundPropertyHook aroundPropertyHook(PropertyMethodDescriptor propertyMethodDescriptor)
      Angegeben von:
      aroundPropertyHook in Schnittstelle LifecycleHooksSupplier
    • aroundTryHook

      public net.jqwik.api.lifecycle.AroundTryHook aroundTryHook(PropertyMethodDescriptor propertyMethodDescriptor)
      Angegeben von:
      aroundTryHook in Schnittstelle LifecycleHooksSupplier
    • beforeContainerHook

      public net.jqwik.api.lifecycle.BeforeContainerHook beforeContainerHook(org.junit.platform.engine.TestDescriptor descriptor)
      Angegeben von:
      beforeContainerHook in Schnittstelle LifecycleHooksSupplier
    • afterContainerHook

      public net.jqwik.api.lifecycle.AfterContainerHook afterContainerHook(org.junit.platform.engine.TestDescriptor descriptor)
      Angegeben von:
      afterContainerHook in Schnittstelle LifecycleHooksSupplier
    • resolveParameterHook

      public net.jqwik.api.lifecycle.ResolveParameterHook resolveParameterHook(org.junit.platform.engine.TestDescriptor descriptor)
      Angegeben von:
      resolveParameterHook in Schnittstelle LifecycleHooksSupplier
    • skipExecutionHook

      public net.jqwik.api.lifecycle.SkipExecutionHook skipExecutionHook(org.junit.platform.engine.TestDescriptor testDescriptor)
      Angegeben von:
      skipExecutionHook in Schnittstelle LifecycleHooksSupplier
    • invokePropertyMethodHook

      public net.jqwik.api.lifecycle.InvokePropertyMethodHook invokePropertyMethodHook(org.junit.platform.engine.TestDescriptor testDescriptor)
      Angegeben von:
      invokePropertyMethodHook in Schnittstelle LifecycleHooksSupplier
    • providePropertyInstanceHook

      public net.jqwik.api.lifecycle.ProvidePropertyInstanceHook providePropertyInstanceHook(org.junit.platform.engine.TestDescriptor testDescriptor)
      Angegeben von:
      providePropertyInstanceHook in Schnittstelle LifecycleHooksSupplier
    • hasHook

      public <T extends net.jqwik.api.lifecycle.LifecycleHook> boolean hasHook(org.junit.platform.engine.TestDescriptor descriptor, Class<T> concreteHook)
    • registerLifecycleHook

      public void registerLifecycleHook(org.junit.platform.engine.TestDescriptor descriptor, Class<? extends net.jqwik.api.lifecycle.LifecycleHook> hookClass, net.jqwik.api.lifecycle.PropagationMode propagationMode)