Package org.junit.jupiter.params
Class BeforeParameterizedClassInvocationMethodInvoker
- java.lang.Object
-
- org.junit.jupiter.params.AbstractParameterizedClassInvocationLifecycleMethodInvoker
-
- org.junit.jupiter.params.BeforeParameterizedClassInvocationMethodInvoker
-
- All Implemented Interfaces:
org.junit.jupiter.api.extension.BeforeClassTemplateInvocationCallback,org.junit.jupiter.api.extension.Extension,org.junit.jupiter.api.extension.ParameterResolver,org.junit.jupiter.api.extension.TestInstantiationAwareExtension
class BeforeParameterizedClassInvocationMethodInvoker extends AbstractParameterizedClassInvocationLifecycleMethodInvoker implements org.junit.jupiter.api.extension.BeforeClassTemplateInvocationCallback
- Since:
- 5.13
-
-
Constructor Summary
Constructors Constructor Description BeforeParameterizedClassInvocationMethodInvoker(ParameterizedClassContext declarationContext, EvaluatedArgumentSet arguments, int invocationIndex, ResolutionCache resolutionCache, ArgumentSetLifecycleMethod lifecycleMethod)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbeforeClassTemplateInvocation(org.junit.jupiter.api.extension.ExtensionContext context)-
Methods inherited from class org.junit.jupiter.params.AbstractParameterizedClassInvocationLifecycleMethodInvoker
getTestInstantiationExtensionContextScope, invoke, resolveParameter, supportsParameter
-
-
-
-
Constructor Detail
-
BeforeParameterizedClassInvocationMethodInvoker
BeforeParameterizedClassInvocationMethodInvoker(ParameterizedClassContext declarationContext, EvaluatedArgumentSet arguments, int invocationIndex, ResolutionCache resolutionCache, ArgumentSetLifecycleMethod lifecycleMethod)
-
-