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.org.junit.jupiter.engine.execution Internal classes for test execution within the JUnit Jupiter test engine.org.junit.jupiter.engine.extension 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.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)
-
Uses of AnnotatedElementContext in org.junit.jupiter.engine.execution
Classes in org.junit.jupiter.engine.execution that implement AnnotatedElementContext Modifier and Type Class Description (package private) class
DefaultParameterContext
-
Uses of AnnotatedElementContext in org.junit.jupiter.engine.extension
Classes in org.junit.jupiter.engine.extension that implement AnnotatedElementContext Modifier and Type Class Description private static class
TempDirectory.FieldContext
Methods in org.junit.jupiter.engine.extension with parameters of type AnnotatedElementContext Modifier and Type Method Description (package private) static TempDirectory.CloseablePath
TempDirectory. createTempDir(TempDirFactory factory, CleanupMode cleanupMode, AnnotatedElementContext elementContext, ExtensionContext extensionContext)
private java.lang.Object
TempDirectory. getPathOrFile(AnnotatedElementContext elementContext, java.lang.Class<?> type, TempDirFactory factory, CleanupMode cleanupMode, TempDirectory.Scope scope, ExtensionContext extensionContext)
Constructors in org.junit.jupiter.engine.extension with parameters of type AnnotatedElementContext Constructor Description CloseablePath(TempDirFactory factory, CleanupMode cleanupMode, AnnotatedElementContext elementContext, ExtensionContext extensionContext)
-