Uses of Class
org.junit.jupiter.params.provider.EmptySource
| Package | Description |
|---|---|
| org.junit.jupiter.params.provider |
ArgumentsProvider
implementations and their corresponding
ArgumentsSource
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 interfaceNullAndEmptySource@NullAndEmptySourceis a composed annotation that combines the functionality of@NullSourceand@EmptySource.