Module org.junit.jupiter.params
Annotation Interface CsvFileSources
@Target(METHOD)
@Retention(RUNTIME)
@Documented
@API(status=STABLE,
since="5.11")
public @interface CsvFileSources
@CsvFileSources
is a simple container for one or more
CsvFileSource
annotations.
Note, however, that use of the @CsvFileSources
container is completely
optional since @CsvFileSource
is a repeatable annotation.
- Since:
- 5.11
- See Also:
-
Required Element Summary
-
Element Details
-
value
CsvFileSource[] valueAn array of one or more@CsvFileSource
annotations.
-