Uses of Annotation Type
org.junitpioneer.jupiter.resource.New
Packages that use New
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 New in org.junitpioneer.jupiter.resource
Classes in org.junitpioneer.jupiter.resource with annotations of type NewModifier and TypeClassDescription@interface@Diris a shorthand for@New(TemporaryDirectory.class).Methods in org.junitpioneer.jupiter.resource with parameters of type NewModifier and TypeMethodDescriptionprivate ObjectResourceExtension.resolveNew(New newAnnotation, org.junit.jupiter.api.extension.ExtensionContext.Store store)