Class Arguments.ArgumentSet

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.Object[] arguments  
      private java.lang.String name  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private ArgumentSet​(java.lang.String name, java.lang.Object[] arguments)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object[] get()
      Get the arguments used for an invocation of the @ParameterizedTest method.
      java.lang.String getName()
      Get the name of this ArgumentSet.
      java.lang.String toString()
      Return the name of this ArgumentSet.
      • Methods inherited from class java.lang.Object

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

      • name

        private final java.lang.String name
      • arguments

        private final java.lang.Object[] arguments
    • Constructor Detail

      • ArgumentSet

        private ArgumentSet​(java.lang.String name,
                            java.lang.Object[] arguments)
    • Method Detail

      • getName

        public java.lang.String getName()
        Get the name of this ArgumentSet.
        Returns:
        the name of this ArgumentSet; never null or blank
      • get

        public java.lang.Object[] get()
        Description copied from interface: Arguments
        Get the arguments used for an invocation of the @ParameterizedTest method.
        Specified by:
        get in interface Arguments
        Returns:
        the arguments; never null
      • toString

        public java.lang.String toString()
        Return the name of this ArgumentSet.
        Overrides:
        toString in class java.lang.Object
        Returns:
        the name of this ArgumentSet