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)
ArgumentsProvider
provideArguments
in interface ArgumentsProvider
context
- the current extension context; never null
null
static void handleCsvException(java.lang.Throwable throwable, java.lang.annotation.Annotation annotation)