Uses of Class
org.junitpioneer.jupiter.resource.New
-
Packages that use New 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 New in org.junitpioneer.jupiter.resource
Classes in org.junitpioneer.jupiter.resource with annotations of type New Modifier and Type Class Description interfaceDir@Diris a shorthand for@New(TemporaryDirectory.class).Methods in org.junitpioneer.jupiter.resource with parameters of type New Modifier and Type Method Description private java.lang.ObjectResourceExtension. resolveNew(New newAnnotation, org.junit.jupiter.api.extension.ExtensionContext.Store store)
-