Uses of Class
org.junit.jupiter.params.provider.EmptySource
-
Packages that use EmptySource Package Description org.junit.jupiter.params.provider ArgumentsProvider
implementations and their correspondingArgumentsSource
annotations. -
-
Uses of EmptySource in org.junit.jupiter.params.provider
Classes in org.junit.jupiter.params.provider with annotations of type EmptySource Modifier and Type Class Description interface
NullAndEmptySource
@NullAndEmptySource
is a composed annotation that combines the functionality of@NullSource
and@EmptySource
.
-