Uses of Annotation Interface
org.junit.jupiter.params.provider.NullSource
Packages that use NullSource
Package
Description
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 NullSourceModifier and TypeClassDescription@interface
@NullAndEmptySource
is a composed annotation that combines the functionality of@NullSource
and@EmptySource
.