Class ValueArgumentsProvider

    • Field Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void accept​(ValueSource source)  
      java.util.stream.Stream<? extends Arguments> provideArguments​(ExtensionContext context)
      Provide a Stream of Arguments to be passed to a @ParameterizedTest method.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.Consumer

        andThen
    • Field Detail

      • arguments

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

      • ValueArgumentsProvider

        ValueArgumentsProvider()
    • Method Detail

      • accept

        public void accept​(ValueSource source)
        Specified by:
        accept in interface java.util.function.Consumer<ValueSource>