class CsvArgumentsProvider extends java.lang.Object implements ArgumentsProvider, AnnotationConsumer<CsvSource>
| Modifier and Type | Field and Description |
|---|---|
private CsvSource |
annotation |
private static java.lang.String |
LINE_SEPARATOR |
| Constructor and Description |
|---|
CsvArgumentsProvider() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(CsvSource annotation) |
(package private) static void |
handleCsvException(java.lang.Throwable throwable,
java.lang.annotation.Annotation annotation) |
java.util.stream.Stream<? extends Arguments> |
provideArguments(ExtensionContext context)
|
private static final java.lang.String LINE_SEPARATOR
private CsvSource annotation
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 nullnullstatic void handleCsvException(java.lang.Throwable throwable,
java.lang.annotation.Annotation annotation)