Uses of Interface
org.junit.jupiter.params.support.ParameterInfo
-
Packages that use ParameterInfo Package Description org.junit.jupiter.params JUnit Jupiter extension for parameterized tests.org.junit.jupiter.params.support Support classes for building providers and converters for arguments. -
-
Uses of ParameterInfo in org.junit.jupiter.params
Classes in org.junit.jupiter.params that implement ParameterInfo Modifier and Type Class Description (package private) classDefaultParameterInfo -
Uses of ParameterInfo in org.junit.jupiter.params.support
Methods in org.junit.jupiter.params.support that return ParameterInfo Modifier and Type Method Description static ParameterInfoParameterInfo. get(org.junit.jupiter.api.extension.ExtensionContext context)Deprecated.Please useParameterInfo.get(ExtensionContext)instead
-