Uses of Interface
org.junit.jupiter.params.support.ParameterDeclarations
Packages that use ParameterDeclarations
Package
Description
JUnit Jupiter extension for parameterized tests.
ArgumentsProvider
 implementations and their corresponding
 ArgumentsSource
 annotations.- 
Uses of ParameterDeclarations in org.junit.jupiter.params
Methods in org.junit.jupiter.params that return ParameterDeclarationsModifier and TypeMethodDescriptionParameterInfo.getDeclarations()Returns the declarations of all indexed parameters. - 
Uses of ParameterDeclarations in org.junit.jupiter.params.provider
Methods in org.junit.jupiter.params.provider with parameters of type ParameterDeclarationsModifier and TypeMethodDescriptionAnnotationBasedArgumentsProvider.provideArguments(ParameterDeclarations parameters, ExtensionContext context) AnnotationBasedArgumentsProvider.provideArguments(ParameterDeclarations parameters, ExtensionContext context, A annotation) The returnedStreamwill beproperly closedby the default implementation ofAnnotationBasedArgumentsProvider.provideArguments(ParameterDeclarations, ExtensionContext), making it safe to use a resource such asFiles.lines().ArgumentsProvider.provideArguments(ParameterDeclarations parameters, ExtensionContext context)