Uses of Enum
org.junitpioneer.jupiter.resource.Shared.Scope
Packages that use Shared.Scope
Package
Description
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
Subclasses with type arguments of type Shared.Scope in org.junitpioneer.jupiter.resourceModifier and TypeClassDescriptionstatic enumScopespecifies how long a shared resource lives.Methods in org.junitpioneer.jupiter.resource that return Shared.ScopeModifier and TypeMethodDescriptionstatic Shared.ScopeReturns 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.ScopeModifier and TypeMethodDescriptionprivate 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)