I had some needs to test complex legacy code with JUnit but it was very hard to isolate tests from their influence to each other. It was too expensive to find all internal influence points
so I wrote small Maven plugin called Jute, which allows to start every JUnit test method in external JVM process, also it allows to start test methods with different JVM and different JVM options.
The Project sources has been published in GitHub and 1.0.0 version has been published in Maven central
No comments:
Post a Comment