You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
I plan to add a property to the JUnit-Vintage engine, similar to the two property values in the JUnit-Jupiter engine, to select whether only classes should be run in parallel or only methods should be run in parallel.
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
Deliverables
This issue is a follow-up task to the issue below.
The text was updated successfully, but these errors were encountered: