Uses of Enum Class
org.springframework.test.context.junit.jupiter.SpringExtension.ExtensionContextScope
Packages that use SpringExtension.ExtensionContextScope
Package
Description
Core support for integrating the Spring TestContext Framework
with the JUnit Jupiter testing framework.
-
Uses of SpringExtension.ExtensionContextScope in org.springframework.test.context.junit.jupiter
Subclasses with type arguments of type SpringExtension.ExtensionContextScope in org.springframework.test.context.junit.jupiterModifier and TypeClassDescriptionstatic enumEnumeration of extension context scopes for configuring how theSpringExtensionresolves anExtensionContextwithin@Nestedtest class hierarchies.Methods in org.springframework.test.context.junit.jupiter that return SpringExtension.ExtensionContextScopeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.SpringExtension.ExtensionContextScope.values()Returns an array containing the constants of this enum class, in the order they are declared.