Uses of Annotation Interface
org.junit.jupiter.api.extension.ClassTemplateInvocationLifecycleMethod
Packages that use ClassTemplateInvocationLifecycleMethod
-
Uses of ClassTemplateInvocationLifecycleMethod in org.junit.jupiter.params
Classes in org.junit.jupiter.params with annotations of type ClassTemplateInvocationLifecycleMethodModifier and TypeClassDescription@interface@AfterParameterizedClassInvocationis used to signal that the annotated method should be executed before each invocation of the current@ParameterizedClass.@interface@BeforeParameterizedClassInvocationis used to signal that the annotated method should be executed before each invocation of the current@ParameterizedClass.