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.
Internal classes for test execution within the JUnit Jupiter test engine.
Test extensions specific to the JUnit Jupiter test engine.
-
Uses of AnnotatedElementContext in org.junit.jupiter.api.extension
Subinterfaces of AnnotatedElementContext in org.junit.jupiter.api.extensionModifier and TypeInterfaceDescriptioninterfaceParameterContextencapsulates 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 AnnotatedElementContextModifier and TypeMethodDescriptionTempDirFactory.createTempDirectory(AnnotatedElementContext elementContext, ExtensionContext extensionContext) Create a new temporary directory.TempDirFactory.Standard.createTempDirectory(AnnotatedElementContext elementContext, ExtensionContext extensionContext) -
Uses of AnnotatedElementContext in org.junit.jupiter.engine.execution
Classes in org.junit.jupiter.engine.execution that implement AnnotatedElementContext -
Uses of AnnotatedElementContext in org.junit.jupiter.engine.extension
Classes in org.junit.jupiter.engine.extension that implement AnnotatedElementContextMethods in org.junit.jupiter.engine.extension with parameters of type AnnotatedElementContextModifier and TypeMethodDescription(package private) static TempDirectory.CloseablePathTempDirectory.createTempDir(TempDirFactory factory, CleanupMode cleanupMode, AnnotatedElementContext elementContext, ExtensionContext extensionContext) private ObjectTempDirectory.getPathOrFile(AnnotatedElementContext elementContext, Class<?> type, TempDirFactory factory, CleanupMode cleanupMode, TempDirectory.Scope scope, ExtensionContext extensionContext) Constructors in org.junit.jupiter.engine.extension with parameters of type AnnotatedElementContextModifierConstructorDescription(package private)CloseablePath(TempDirFactory factory, CleanupMode cleanupMode, AnnotatedElementContext elementContext, ExtensionContext extensionContext)