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: