Annotation Type EnableExtension
-
@Documented @Target({ANNOTATION_TYPE,METHOD}) @Retention(RUNTIME) @ExtensionSource(ConstructorBasedExtensionProvider.class) public @interface EnableExtension
Extends theCombinatorialTestwith suppliedextensionsExtension must be instantiable with a public no-args constructor and must be static if nested.
This is more or less a copy of
org.junit.jupiter.api.extension.ExtendWithfrom the junit-jupiter-api project
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description Class<? extends Extension>[]valueGets the classes of theextensions.
-
-
-
Element Detail
-
value
Class<? extends Extension>[] value
Gets the classes of theextensions.- Returns:
- the classes of the
extensionsto be used with theCombinatorialTest
-
-