| Package | Description |
|---|---|
| org.junit.jupiter.params.provider |
ArgumentsProvider implementations and their
corresponding ArgumentsSource annotations. |
| Modifier and Type | Method and Description |
|---|---|
static Arguments |
Arguments.of(Object... arguments)
Factory method for creating an instance of
Arguments based on
the supplied arguments. |
| Modifier and Type | Method and Description |
|---|---|
Stream<? extends Arguments> |
ArgumentsProvider.provideArguments(ExtensionContext context)
|