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.
Support classes for building
providers
and
converters
for arguments.
-
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) -
Uses of AnnotatedElementContext in org.junit.jupiter.params.aggregator
Methods in org.junit.jupiter.params.aggregator with parameters of type AnnotatedElementContextModifier and TypeMethodDescriptionprotected abstract Object
SimpleArgumentsAggregator.aggregateArguments
(ArgumentsAccessor accessor, Class<?> targetType, AnnotatedElementContext context, int parameterIndex) -
Uses of AnnotatedElementContext in org.junit.jupiter.params.support
Subinterfaces of AnnotatedElementContext in org.junit.jupiter.params.supportModifier and TypeInterfaceDescriptioninterface
FieldContext
encapsulates the context in which an@Parameter
-annotatedField
is declared in a@ParameterizedClass
.