Uses of Interface
org.junit.jupiter.params.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) classDefaultParameterInfoMethods in org.junit.jupiter.params that return ParameterInfo Modifier and Type Method Description static ParameterInfoParameterInfo. get(org.junit.jupiter.api.extension.ExtensionContext context){@return the closest {@code ParameterInfo} instance for the supplied {@code ExtensionContext}; potentially {@code null}} -
Uses of ParameterInfo in org.junit.jupiter.params.support
Subinterfaces of ParameterInfo in org.junit.jupiter.params.support Modifier and Type Interface Description interfaceParameterInfoDeprecated.Please useParameterInfoinstead
-