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 interfaceParameterContextParameterContextencapsulates the context in which anExecutablewill 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.PathTempDirFactory. createTempDirectory(AnnotatedElementContext elementContext, ExtensionContext extensionContext)Create a new temporary directory.java.nio.file.PathTempDirFactory.Standard. createTempDirectory(AnnotatedElementContext elementContext, ExtensionContext extensionContext)
-