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