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