Uses of Interface
org.junit.jupiter.params.ParameterInfo
Packages that use ParameterInfo
Package
Description
JUnit Jupiter extension for parameterized tests.
Support classes for building
providers
and
converters
for arguments.
-
Uses of ParameterInfo in org.junit.jupiter.params
Methods in org.junit.jupiter.params that return ParameterInfoModifier and TypeMethodDescriptionstatic @Nullable ParameterInfo
ParameterInfo.get
(ExtensionContext context) Returns the closestParameterInfo
instance for the suppliedExtensionContext
; potentiallynull
. -
Uses of ParameterInfo in org.junit.jupiter.params.support
Subinterfaces of ParameterInfo in org.junit.jupiter.params.supportModifier and TypeInterfaceDescriptioninterface
Deprecated, for removal: This API element is subject to removal in a future version.
ParameterInfo
instead