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 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.params.aggregator
Methods in org.junit.jupiter.params.aggregator with parameters of type AnnotatedElementContextModifier and TypeMethodDescriptionSimpleArgumentsAggregator.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 TypeInterfaceDescriptioninterfaceFieldContextencapsulates the context in which an@Parameter-annotatedFieldis declared in a@ParameterizedClass.