Uses of Interface
org.junit.jupiter.params.support.ParameterDeclaration
Packages that use ParameterDeclaration
-
Uses of ParameterDeclaration in org.junit.jupiter.params.support
Methods in org.junit.jupiter.params.support that return types with arguments of type ParameterDeclarationModifier and TypeMethodDescriptionParameterDeclarations.get
(int parameterIndex) Returns the indexed parameter declaration for the supplied index, if available; nevernull
.ParameterDeclarations.getAll()
Returns all indexed parameter declarations; nevernull
, sorted by index.ParameterDeclarations.getFirst()
Returns the first indexed parameter declaration, if available; nevernull
.