Skip to content

Stop raising an error when re-running all invocations of a JUnit5 test method #1416

Closed
@fladdimir

Description

@fladdimir

#1412 (review)
Re-running invocations is currently limited to selecting a single invocation, since it works via restricting the parent-method to a single parameter-set.
So when selecting multiple invocations of the same method for a re-run, an error is thrown:

rerun_all_invocations_before_not_supported

However, when selecting all invocations, the complete parent method could be re-run without any problem.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions