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