Package org.junit.jupiter.params
Class ParameterizedInvocationNameFormatter.ArgumentsContext
- java.lang.Object
-
- org.junit.jupiter.params.ParameterizedInvocationNameFormatter.ArgumentsContext
-
- Enclosing class:
- ParameterizedInvocationNameFormatter
private static class ParameterizedInvocationNameFormatter.ArgumentsContext extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.Optional<java.lang.String>argumentSetNameprivate java.lang.Object[]consumedArgumentsprivate intinvocationIndex
-
Constructor Summary
Constructors Constructor Description ArgumentsContext(int invocationIndex, java.lang.Object[] consumedArguments, java.util.Optional<java.lang.String> argumentSetName)
-