@Target(value={ANNOTATION_TYPE,METHOD})
@Retention(value=RUNTIME)
@Documented
@API(status=STABLE,
since="5.7")
@ArgumentsSource(value=EmptyArgumentsProvider.class)
public @interface EmptySource
@EmptySource is an ArgumentsSource which provides a single
empty argument to the annotated @ParameterizedTest method.
This argument source will only provide an empty argument for the following method parameter types.
StringCollection and concrete subtypes with a public no-arg constructorListSetSortedSetNavigableSetMap and concrete subtypes with a public no-arg constructorSortedMapNavigableMapint[], char[][], etc.String[], Integer[][], etc.ArgumentsSource,
ParameterizedTest,
NullSource,
NullAndEmptySource