Uses of Class
org.junit.jupiter.params.ParameterizedTestContext
-
Packages that use ParameterizedTestContext Package Description org.junit.jupiter.params JUnit Jupiter extension for parameterized tests. -
-
Uses of ParameterizedTestContext in org.junit.jupiter.params
Methods in org.junit.jupiter.params that return ParameterizedTestContext Modifier and Type Method Description private ParameterizedTestContextParameterizedTestExtension. getDeclarationContext(org.junit.jupiter.api.extension.ExtensionContext extensionContext)Constructors in org.junit.jupiter.params with parameters of type ParameterizedTestContext Constructor Description ParameterizedTestInvocationContext(ParameterizedTestContext methodContext, ParameterizedInvocationNameFormatter formatter, Arguments arguments, int invocationIndex)ParameterizedTestMethodParameterResolver(ParameterizedTestContext methodContext, EvaluatedArgumentSet arguments, int invocationIndex)
-