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