Uses of Interface
org.junitpioneer.jupiter.resource.ResourceFactory
-
Packages that use ResourceFactory 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 ResourceFactory in org.junitpioneer.jupiter.resource
Classes in org.junitpioneer.jupiter.resource that implement ResourceFactory Modifier and Type Class Description classTemporaryDirectoryMethods in org.junitpioneer.jupiter.resource that return types with arguments of type ResourceFactory Modifier and Type Method Description java.lang.Class<? extends ResourceFactory<?>>factory()The class of the resource factory to get the resource from.java.lang.Class<? extends ResourceFactory<?>>value()The class of the resource factory to get the resource from.Methods in org.junitpioneer.jupiter.resource with parameters of type ResourceFactory Modifier and Type Method Description private Resource<?>ResourceExtension. newResource(java.lang.Object newOrSharedAnnotation, ResourceFactory<?> resourceFactory)
-