I have some unit tests (yes, maybe more tests for integration-ey!) That I would like to deploy another jvm and then run the test code from this βotherβ JVM (and wait for it to complete, collecting the results). I am wondering if there is a simple / reliable way to do this with junit (e.g. inherit the classpath you need, etc.)
Any ideas are appreciated.
source
share