Uses of Interface
org.junit.jupiter.params.provider.ArgumentsProvider
Package
Description
ArgumentsProvider
implementations and their corresponding
ArgumentsSource
annotations.-
Uses of ArgumentsProvider in org.junit.jupiter.params.provider
Modifier and TypeClassDescriptionclass
AnnotationBasedArgumentsProvider<A extends Annotation>
AnnotationBasedArgumentsProvider
is an abstract base class forArgumentsProvider
implementations that also need to consume an annotation in order to provide the arguments.