Class EnumArgumentsProvider

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.EnumSet<?> constants  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void accept​(EnumSource enumSource)  
      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

      • constants

        private java.util.EnumSet<?> constants
    • Constructor Detail

      • EnumArgumentsProvider

        EnumArgumentsProvider()
    • Method Detail

      • accept

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