Uses of Interface
org.junit.jupiter.api.extension.ParameterContext
-
Packages that use ParameterContext Package Description org.junit.jupiter.api.extension JUnit Jupiter API for writing extensions.org.junit.jupiter.api.extension.support JUnit Jupiter API support for writing extensions.org.junit.jupiter.params.aggregator org.junit.jupiter.params.converter ArgumentConverterimplementations and the corresponding@ConvertWithannotation. -
-
Uses of ParameterContext in org.junit.jupiter.api.extension
Methods in org.junit.jupiter.api.extension with parameters of type ParameterContext Modifier and Type Method Description ObjectParameterResolver. resolveParameter(ParameterContext parameterContext, ExtensionContext extensionContext)Resolve an argument for theParameterin the suppliedParameterContextfor the suppliedExtensionContext.booleanParameterResolver. supportsParameter(ParameterContext parameterContext, ExtensionContext extensionContext)Determine if this resolver supports resolution of an argument for theParameterin the suppliedParameterContextfor the suppliedExtensionContext. -
Uses of ParameterContext in org.junit.jupiter.api.extension.support
Methods in org.junit.jupiter.api.extension.support with parameters of type ParameterContext Modifier and Type Method Description abstract TTypeBasedParameterResolver. resolveParameter(ParameterContext parameterContext, ExtensionContext extensionContext)booleanTypeBasedParameterResolver. supportsParameter(ParameterContext parameterContext, ExtensionContext extensionContext) -
Uses of ParameterContext in org.junit.jupiter.params.aggregator
Methods in org.junit.jupiter.params.aggregator with parameters of type ParameterContext Modifier and Type Method Description ObjectArgumentsAggregator. aggregateArguments(ArgumentsAccessor accessor, ParameterContext context)Aggregate the arguments contained in the suppliedaccessorinto a single object. -
Uses of ParameterContext in org.junit.jupiter.params.converter
Methods in org.junit.jupiter.params.converter with parameters of type ParameterContext Modifier and Type Method Description ObjectArgumentConverter. convert(Object source, ParameterContext context)Convert the suppliedsourceobject according to the suppliedcontext.ObjectSimpleArgumentConverter. convert(Object source, ParameterContext context)ObjectTypedArgumentConverter. convert(Object source, ParameterContext context)
-