Uses of Interface
org.junit.jupiter.params.provider.Arguments
-
Packages that use Arguments Package Description org.junit.jupiter.params.provider ArgumentsProvider
implementations and their correspondingArgumentsSource
annotations. -
-
Uses of Arguments in org.junit.jupiter.params.provider
Methods in org.junit.jupiter.params.provider that return Arguments Modifier and Type Method Description static Arguments
Arguments. of(java.lang.Object... arguments)
Factory method for creating an instance ofArguments
based on the suppliedarguments
.Methods in org.junit.jupiter.params.provider that return types with arguments of type Arguments Modifier and Type Method Description java.util.stream.Stream<? extends Arguments>
ArgumentsProvider. provideArguments(ExtensionContext context)
-