Uses of Interface
org.junit.jupiter.params.provider.ArgumentsProvider
Packages that use ArgumentsProvider
Package
Description
ArgumentsProvider
implementations and their corresponding
ArgumentsSource
annotations.-
Uses of ArgumentsProvider in org.junit.jupiter.params.provider
Classes in org.junit.jupiter.params.provider that implement ArgumentsProviderModifier and TypeClassDescriptionclassAnnotationBasedArgumentsProvider<A extends Annotation>AnnotationBasedArgumentsProvideris an abstract base class forArgumentsProviderimplementations that also need to consume an annotation in order to provide the arguments.