Uses of Interface
org.junit.jupiter.api.extension.AnnotatedElementContext
-
Packages that use AnnotatedElementContext Package Description org.junit.jupiter.api.extension JUnit Jupiter API for writing extensions.org.junit.jupiter.api.io IO-related support in JUnit Jupiter. -
-
Uses of AnnotatedElementContext in org.junit.jupiter.api.extension
Subinterfaces of AnnotatedElementContext in org.junit.jupiter.api.extension Modifier and Type Interface Description interface
ParameterContext
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 AnnotatedElementContext Modifier and Type Method Description java.nio.file.Path
TempDirFactory. createTempDirectory(AnnotatedElementContext elementContext, ExtensionContext extensionContext)
Create a new temporary directory.java.nio.file.Path
TempDirFactory.Standard. createTempDirectory(AnnotatedElementContext elementContext, ExtensionContext extensionContext)
-