https://bz.apache.org/bugzilla/show_bug.cgi?id=65176
Bug ID: 65176
Summary: Introduce forkmode in JUnitLauncher task
Product: Ant
Version: 1.10.8
Hardware: PC
OS: Mac OS X 10.1
Status: NEW
Severity: enhancement
Priority: P2
Component: Core tasks
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
I recently tried to upgrade from JUnit 4 to 5 in a Java project that uses Ant
to run tests for CI.
The project has many legacy classes with static attributes, so the tests rely
on the forkmode="perTest" attribute of the JUnit task to isolate the context
for each test class.
The migrating to JUnit 5 involves the use of the new JUnitLauncher task, which
has no forkmode and therefore prevents us from migrating.
Is there a plan to implement the forkmode attribute for the JUnitLauncher task?
--
You are receiving this mail because:
You are the assignee for the bug.