Class DefaultParameterInfo
java.lang.Object
org.junit.jupiter.params.DefaultParameterInfo
- All Implemented Interfaces:
ParameterInfo, ParameterInfo
- Since:
- 5.13
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ArgumentsAccessorprivate final ParameterDeclarationsFields inherited from interface ParameterInfo
KEY, NAMESPACE -
Constructor Summary
ConstructorsConstructorDescriptionDefaultParameterInfo(ParameterDeclarations declarations, ArgumentsAccessor arguments) -
Method Summary
Modifier and TypeMethodDescriptionReturns the accessor to the arguments of the current invocation.Returns the declarations of all indexed parameters.(package private) voidstore(org.junit.jupiter.api.extension.ExtensionContext context)
-
Field Details
-
declarations
-
arguments
-
-
Constructor Details
-
DefaultParameterInfo
DefaultParameterInfo(ParameterDeclarations declarations, ArgumentsAccessor arguments)
-
-
Method Details
-
getDeclarations
Description copied from interface:ParameterInfoReturns the declarations of all indexed parameters.- Specified by:
getDeclarationsin interfaceParameterInfo- Returns:
- the declarations of all indexed parameters
-
getArguments
Description copied from interface:ParameterInfoReturns the accessor to the arguments of the current invocation.- Specified by:
getArgumentsin interfaceParameterInfo- Returns:
- the accessor to the arguments of the current invocation
-
store
void store(org.junit.jupiter.api.extension.ExtensionContext context)
-