Uses of Enum Class
org.junit.jupiter.api.extension.ExtensionContext.StoreScope
Packages that use ExtensionContext.StoreScope
-
Uses of ExtensionContext.StoreScope in org.junit.jupiter.api.extension
Methods in org.junit.jupiter.api.extension that return ExtensionContext.StoreScopeModifier and TypeMethodDescriptionstatic ExtensionContext.StoreScopeReturns the enum constant of this class with the specified name.static ExtensionContext.StoreScope[]ExtensionContext.StoreScope.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.junit.jupiter.api.extension with parameters of type ExtensionContext.StoreScopeModifier and TypeMethodDescriptionExtensionContext.getStore(ExtensionContext.StoreScope scope, ExtensionContext.Namespace namespace) Returns the store for supplied scope and namespace.