I would like to know if there is a difference in running a JUnit3-Test or a JUnit4-Test. Even if it is just 5-10% improvment on the total runtime, in a big project with nightly builds this could matter.
Subquestins are:
- Does the TestRunner improved on the update to Junit4?
- Or does it take longer to resolve
@annotation
in JUnit4 style? - Benefits a JUnit3 written test of a JUnit4 execution?
If possible please answer with references.