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