Arquillian / Arquillian tutorials
Test Archive.
Test archive isolates the classes and resources which are needed by the test from the remainder of the classpath. Arquillian includes the classes and resources that the test needs.
Test archive is created/defined by ShrinkWrap API.
Test archive helps create lean and manageable tests.
More Related questions...