class CsvArgumentsProvider extends java.lang.Object implements ArgumentsProvider, AnnotationConsumer<CsvSource>
| Modifier and Type | Field and Description |
|---|---|
private char |
delimiter |
private java.lang.String[] |
lines |
| Constructor and Description |
|---|
CsvArgumentsProvider() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(CsvSource annotation) |
java.util.stream.Stream<? extends Arguments> |
provideArguments(ExtensionContext context)
|
public void accept(CsvSource annotation)
accept in interface java.util.function.Consumer<CsvSource>public java.util.stream.Stream<? extends Arguments> provideArguments(ExtensionContext context)
ArgumentsProviderprovideArguments in interface ArgumentsProvidercontext - the current extension context; never nullnull