Prev Next

Arquillian / Arquillian tutorials

Container Adapter.

A container adapter controls and communicates with a container.

container adapter available on the test class path decides which target container(e.g., Weld Embedded, JBoss AS, GlassFish) to be used.

An Arquillian test can be executed in any container that is compatible with the programming model used in the test given that target container has Arquillian (container) Adapter.

More Related questions...

Show more question and Answers...


Comments & Discussions