Class ParameterizedInvocationNameFormatter.ArgumentsContext
java.lang.Object
org.junit.jupiter.params.ParameterizedInvocationNameFormatter.ArgumentsContext
- Enclosing class:
ParameterizedInvocationNameFormatter
- Since:
- 5.0
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionArgumentsContext(int invocationIndex, Object[] consumedArguments, Optional<String> argumentSetName) -
Method Summary
-
Field Details
-
invocationIndex
private final int invocationIndex -
consumedArguments
-
argumentSetName
-
-
Constructor Details
-
ArgumentsContext
-