private ArgumentSets |
ArgumentSets.add(java.util.Collection<?> arguments) |
|
static <T> ArgumentSets |
ArgumentSets.argumentsForFirstParameter(java.util.Collection<T> arguments) |
Creates a single set of distinct objects (according to their
equals) for the first parameter of
a CartesianTest from the elements of the passed
Collection.
|
static <T> ArgumentSets |
ArgumentSets.argumentsForFirstParameter(java.util.stream.Stream<T> arguments) |
Creates a single set of distinct objects (according to their
equals) for the first parameter of
a CartesianTest from the elements of the passed
Stream.
|
static <T> ArgumentSets |
ArgumentSets.argumentsForFirstParameter(T... arguments) |
Creates a single set of distinct objects (according to their
equals) for the first parameter of
a CartesianTest from the elements of the passed
objects.
|
<T> ArgumentSets |
ArgumentSets.argumentsForNextParameter(java.util.Collection<T> arguments) |
Creates a single set of distinct objects (according to their
equals) for the next parameter of
a CartesianTest from the elements of the passed
Collection.
|
<T> ArgumentSets |
ArgumentSets.argumentsForNextParameter(java.util.stream.Stream<T> arguments) |
Creates a single set of distinct objects (according to their
equals) for the next parameter of
a CartesianTest from the elements of the passed
Stream.
|
<T> ArgumentSets |
ArgumentSets.argumentsForNextParameter(T... arguments) |
Creates a single set of distinct objects (according to their
equals) for the next parameter of
a CartesianTest from the elements of the passed
objects.
|
static ArgumentSets |
ArgumentSets.create() |
Creates a new ArgumentSets without arguments for any parameters.
|
private ArgumentSets |
CartesianFactoryArgumentsProvider.invokeMethodFactory(java.lang.reflect.Method testMethod,
java.lang.reflect.Method factory,
java.lang.Object testInstance) |
|
ArgumentSets |
CartesianFactoryArgumentsProvider.provideArguments(org.junit.jupiter.api.extension.ExtensionContext context) |
|
ArgumentSets |
CartesianMethodArgumentsProvider.provideArguments(org.junit.jupiter.api.extension.ExtensionContext context) |
|