Interface Arguments

    • Method Summary

      All Methods Static Methods Instance Methods Abstract Methods Default Methods 
      Modifier and Type Method Description
      java.lang.Object[] get​()
      Get the arguments used for an invocation of the @ParameterizedTest method.
      static Arguments of​(java.lang.Object... arguments)
      Factory method for creating an instance of Arguments based on the supplied arguments.
    • Method Detail

      • get

        java.lang.Object[] get​()
        Get the arguments used for an invocation of the @ParameterizedTest method.
        Returns:
        the arguments; must not be null
      • of

        static Arguments of​(java.lang.Object... arguments)
        Factory method for creating an instance of Arguments based on the supplied arguments.
        Parameters:
        arguments - the arguments to be used for an invocation of the test method; must not be null
        Returns:
        an instance of Arguments; never null