Arquillian testing with Tomcat : Embedded v.s Managed v.s Remote

Embedded containers: Arquillian will start up for you during the test process and shutdown after the test are run, on the same JVM as your test case.
Managed containers : Arquillian will start up for you during the test process and shutdown after the test are run but run in a different JVM
Remote containers : assumed to be running prior to the test and will simply have deployments sent and tests executed

No comments :

Post a Comment