Skip to content

Implement Parallel Method Execution in JUnit-Vintage engine #4238

@YongGoose

Description

@YongGoose

Description

JUnit 4 allows running methods in parallel by setting a RunnerScheduler for ParentRunner subclasses.
This issue aim to implement this feature to improve test execution performance.

Objectives

  • Implement parallel execution of test methods
  • Adjust existing tests to verify method parallelization

Deliverables

  • Implement custom RunnerScheduler using ExecutorService
  • Update tests to verify parallel method execution
  • Document usage and performance implications

This issue is a follow-up task to the issue below.

Metadata

Metadata

Assignees

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions