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