Uses of Interface
org.junitpioneer.jupiter.resource.ResourceFactory
Packages that use ResourceFactory
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 ResourceFactory in org.junitpioneer.jupiter.resource
Classes in org.junitpioneer.jupiter.resource that implement ResourceFactoryModifier and TypeClassDescriptionfinal classMethods in org.junitpioneer.jupiter.resource with parameters of type ResourceFactoryModifier and TypeMethodDescriptionprivate Resource<?> ResourceExtension.newResource(Object newOrSharedAnnotation, ResourceFactory<?> resourceFactory)