Package net.jqwik.api.lifecycle
Interface ContainerLifecycleContext
-
- All Superinterfaces:
LifecycleContext
@API(status=MAINTAINED, since="1.4.0") public interface ContainerLifecycleContext extends LifecycleContext
The context of a test container (a container class or the whole jqwik suite).
-
-
Method Summary
-
Methods inherited from interface net.jqwik.api.lifecycle.LifecycleContext
findAnnotation, findAnnotationsInContainer, label, newInstance, optionalContainerClass, optionalElement, reporter, resolveParameter, wrapReporter
-
-