Uses of Package
org.junitpioneer.jupiter.resource
-
Packages that use org.junitpioneer.jupiter.resource 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. -
Classes in org.junitpioneer.jupiter.resource used by org.junitpioneer.jupiter.resource Class Description New @Newis used to create a new resource.PathDeleter Resource Resourceis the common interface for "resources", as managed byResourceFactoryimplementations.ResourceFactory ResourceFactoryis the common interface for "resource factories", which are responsible for creatingResources.Shared @Sharedis used to create a resource that is shared with multiple tests.Shared.Scope Scopespecifies how long a shared resource lives.