Class ParameterizedTestContext

java.lang.Object
org.junit.jupiter.params.ParameterizedTestContext
All Implemented Interfaces:
ParameterizedDeclarationContext<org.junit.jupiter.api.extension.TestTemplateInvocationContext>

class ParameterizedTestContext extends Object implements ParameterizedDeclarationContext<org.junit.jupiter.api.extension.TestTemplateInvocationContext>
Encapsulates access to the parameters of a parameterized test method and caches the converters and aggregators used to resolve them.
Since:
5.3