Annotation Type ExtensionSources
-
@Documented @Target(METHOD) @Retention(RUNTIME) public @interface ExtensionSources
The repeatable variant ofExtensionSource.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 ExtensionSource[]valueGets an array of multipleExtensionSourceannotations
-
-
-
Element Detail
-
value
ExtensionSource[] value
Gets an array of multipleExtensionSourceannotations- Returns:
- an array of multiple
ExtensionSourceannotations
-
-