If you want to run tests using the Eclipse Junit plugin, use the Run Dialog, 
select the test class to run, and select the following entries from the project tree:

lib/test/*.jar
lib/*.jar
 
Start remote container (EAP 6) before you continue.

Seam uses Arquillian in its integration testing and uses prepared result from test-build/ subdirectory when you
run ant target:

$ ant test 


