Uses of Class
org.junit.jupiter.api.extension.ExtensionContext.StoreScope
-
Packages that use ExtensionContext.StoreScope Package Description org.junit.jupiter.api.extension JUnit Jupiter API for writing extensions. -
-
Uses of ExtensionContext.StoreScope in org.junit.jupiter.api.extension
Methods in org.junit.jupiter.api.extension that return ExtensionContext.StoreScope Modifier and Type Method Description static ExtensionContext.StoreScopeExtensionContext.StoreScope. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ExtensionContext.StoreScope[]ExtensionContext.StoreScope. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.junit.jupiter.api.extension with parameters of type ExtensionContext.StoreScope Modifier and Type Method Description ExtensionContext.StoreExtensionContext. getStore(ExtensionContext.StoreScope scope, ExtensionContext.Namespace namespace)Returns the store for supplied scope and namespace.
-