Uses of Class
org.junitpioneer.jupiter.resource.Shared.Scope
-
Packages that use Shared.Scope Package Description org.junitpioneer.jupiter.resource This package contains various classes pertaining to "resources": anything that needs to be injected into tests and which may need to be started up or torn down. -
-
Uses of Shared.Scope in org.junitpioneer.jupiter.resource
Methods in org.junitpioneer.jupiter.resource that return Shared.Scope Modifier and Type Method Description Shared.Scopescope()The scope for how long the resource will live.static Shared.ScopeShared.Scope. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Shared.Scope[]Shared.Scope. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.junitpioneer.jupiter.resource with parameters of type Shared.Scope Modifier and Type Method Description private org.junit.jupiter.api.extension.ExtensionContextResourceExtension. scopedContext(org.junit.jupiter.api.extension.ExtensionContext extensionContext, Shared.Scope scope)private org.junit.jupiter.api.extension.ExtensionContext.StoreResourceExtension. scopedStore(org.junit.jupiter.api.extension.ExtensionContext extensionContext, Shared.Scope scope)
-