@API(value=Experimental) public interface Arguments
Arguments
is an abstraction that provides access to an array of
objects to be used for invoking a @ParameterizedTest
method.
A Stream
of such Arguments
will
typically be provided by an ArgumentsProvider
.
ParameterizedTest
,
ArgumentsSource
,
ArgumentsProvider
Modifier and Type | Method and Description |
---|---|
Object[] |
get()
Get the arguments used for an invocation of the
@ParameterizedTest method. |
static Arguments |
of(Object... arguments)
Factory method for creating an instance of
Arguments based on
the supplied arguments . |
Object[] get()
@ParameterizedTest
method.null