Fail @ParameterizedTest
if there is no registered ArgumentProvider
#4146
Milestone
@ParameterizedTest
if there is no registered ArgumentProvider
#4146
Not declaring any
@...Source
annotation on a@ParameterizedTest
method is most likely a user error and should be surfaced as a test failure rather than being silently ignored (now that #1477 permits zero invocations).Deliverables
ArgumentProvider
registered inParameterizedTestExtension
and fail the container otherwiseThe text was updated successfully, but these errors were encountered: