Below you will find pages that utilize the taxonomy term “arquillian”
Tools
Using the ShrinkWrap Maven Resolver for Arquillian Tests
Introduction This post assumes that you’re familiar with using Arquillian for testing Java applications. If you’re not familiar with Arquillian, then I suggest you check out the guides at http://www.arquillian.org where you’ll learn how to write Java tests that can run on the server and are much easier to write and maintain.
When writing an Arquillian test, you create a deployment as in the following code sample:
@Deployment public static Archive<?