Uses of Interface
org.junit.jupiter.params.support.ParameterDeclarations
Packages that use ParameterDeclarations
Package
Description
ArgumentsProvider
implementations and their corresponding
ArgumentsSource
annotations.Support classes for building
providers
and
converters
for arguments.
-
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 returnedStream
will beproperly closed
by the default implementation ofAnnotationBasedArgumentsProvider.provideArguments(ParameterDeclarations, ExtensionContext)
, making it safe to use a resource such asFiles.lines()
.ArgumentsProvider.provideArguments
(ParameterDeclarations parameters, ExtensionContext context) -
Uses of ParameterDeclarations in org.junit.jupiter.params.support
Methods in org.junit.jupiter.params.support that return ParameterDeclarationsModifier and TypeMethodDescriptionParameterInfo.getDeclarations()
Returns the declarations of all indexed parameters.