Uses of Interface
org.junit.jupiter.api.extension.AnnotatedElementContext
Package
Description
JUnit Jupiter API for writing extensions.
IO-related support in JUnit Jupiter.
-
Uses of AnnotatedElementContext in org.junit.jupiter.api.extension
Modifier and TypeInterfaceDescriptioninterface
ParameterContext
encapsulates the context in which anExecutable
will be invoked for a givenParameter
. -
Uses of AnnotatedElementContext in org.junit.jupiter.api.io
Modifier and TypeMethodDescriptionTempDirFactory.createTempDirectory
(AnnotatedElementContext elementContext, ExtensionContext extensionContext) Create a new temporary directory.TempDirFactory.Standard.createTempDirectory
(AnnotatedElementContext elementContext, ExtensionContext extensionContext)