Class ParameterizedInvocationNameFormatter.ArgumentsContext

java.lang.Object
org.junit.jupiter.params.ParameterizedInvocationNameFormatter.ArgumentsContext
Enclosing class:
ParameterizedInvocationNameFormatter

private static class ParameterizedInvocationNameFormatter.ArgumentsContext extends Object
Since:
5.0
  • Field Details

    • invocationIndex

      private final int invocationIndex
    • consumedArguments

      private final Object[] consumedArguments
    • argumentSetName

      private final Optional<String> argumentSetName
  • Constructor Details

    • ArgumentsContext

      ArgumentsContext(int invocationIndex, Object[] consumedArguments, Optional<String> argumentSetName)