Annotation Type ReporterSources
-
@Documented @Target(METHOD) @Retention(RUNTIME) public @interface ReporterSources
The repeatable variant ofReporterSource.This is more or less a copy of
org.junit.jupiter.params.provider.ArgumentsSourcesfrom the junit-jupiter-params project.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description ReporterSource[]valueGets an array of multipleReporterSourceannotations
-
-
-
Element Detail
-
value
ReporterSource[] value
Gets an array of multipleReporterSourceannotations- Returns:
- an array of multiple
ReporterSourceannotations
-
-