Annotation Interface SpringExtensionConfig


@Target(TYPE) @Retention(RUNTIME) @Documented @Inherited public @interface SpringExtensionConfig
@SpringExtensionConfig is a type-level annotation that can be used to configure the behavior of the SpringExtension.

This annotation is only applicable to @Nested test class hierarchies and should be applied to the top-level enclosing class of a @Nested test class hierarchy. Consequently, there is no need to declare this annotation on a test class that does not contain @Nested test classes.

Note that @NestedTestConfiguration does not apply to this annotation: @SpringExtensionConfig will always be detected within a @Nested test class hierarchy, effectively disregarding any @NestedTestConfiguration(OVERRIDE) declarations.

Since:
7.0
Author:
Sam Brannen
See Also: