Hi,
The big problem with the Jersey 2.0 test framework is that you cannot
execute multiple tests in parallel (due to the single-threaded nature of
JerseyTest). Have this been fixed in Jersey 2.0?
Are we able to execute multiple test classes in parallel? How about
multiple test methods (belonging to the same test class) in parallel?
I believe the infrastructure is there from the point of view of JUnit,
TestNG and Grizzly. We can ask Grizzly to listen on an available port
and retrieve that port number from the client code. The question is
whether Jersey's test framework has been reworked to do this. I believe
this will yield a huge performance increase because launching and
shutting down test containers is very slow. If we could run multiple
containers in parallel tests will run much faster.
Thanks,
Gili