Uses of Annotation Interface
org.junit.jupiter.params.provider.EmptySource
Packages that use EmptySource
Package
Description
ArgumentsProvider
implementations and their corresponding
ArgumentsSource
annotations.-
Uses of EmptySource in org.junit.jupiter.params.provider
Classes in org.junit.jupiter.params.provider with annotations of type EmptySourceModifier and TypeClassDescription@interface
@NullAndEmptySource
is a composed annotation that combines the functionality of@NullSource
and@EmptySource
.