Package | Description |
---|---|
org.junit.jupiter.params.provider |
ArgumentsProvider
implementations and their corresponding
ArgumentsSource
annotations. |
Modifier and Type | Method and 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 and Description |
---|---|
Stream<? extends Arguments> |
ArgumentsProvider.provideArguments(ExtensionContext context)
|
Copyright © 2020. All rights reserved.