Class ParameterizedInvocationNameFormatter.ArgumentsContext

    • Constructor Summary

      Constructors 
      Constructor Description
      ArgumentsContext​(int invocationIndex, java.lang.Object[] consumedArguments, java.util.Optional<java.lang.String> argumentSetName)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • invocationIndex

        private final int invocationIndex
      • consumedArguments

        private final java.lang.Object[] consumedArguments
      • argumentSetName

        private final java.util.Optional<java.lang.String> argumentSetName
    • Constructor Detail

      • ArgumentsContext

        ArgumentsContext​(int invocationIndex,
                         java.lang.Object[] consumedArguments,
                         java.util.Optional<java.lang.String> argumentSetName)