Annotation Interface ExtendWith
Annotation that specifies the extensions classes for a particular class.
The annotated class can be configured with an instance of the specified extensions classes.
-
Required Element Summary
Required Elements
-
Element Details
-
value
Class<?>[] value- Returns:
- array of extensions classes
-