Skip to content

Latest commit

 

History

History
89 lines (75 loc) · 5.83 KB

arquillian.md

File metadata and controls

89 lines (75 loc) · 5.83 KB

Bookmarks tagged [arquillian]

http://arquillian.org/

An innovative testing platform for the Java Virtual Machine (JVM). Open source. Highly extensible.


https://docs.jboss.org/author/display/ARQ/Test+run+modes

Arquillian comes with two run modes, in container and as client. in container is to test your application internals and as client is to test how your application is used by clients. Lets dive ...


https://www.softwareyoga.com/arquillian-and-wildfly-integration-test-tutorial/

Arquillian is a testing platform for JavaEE applications. This tutorial creates an Arquillian test and executes it on the Wildfly container.


http://www.baeldung.com/arquillian

Learn how to prepare and execute tests using Arquillian, a container-agnostic integration testing framework.


http://arquillian.org/guides/testing_java_persistence/

Test your data! Learn how to test Java Persistence (JPA) queries against multiple providers in an Arquillian test.


http://arquillian.org/modules/resolver-shrinkwrap/

The ShrinkWrap Resolvers project provides a Java API to obtain artifacts from a repository system. This is handy to include third party libraries available in any Maven repository in your test archive...


http://serviceorientedarchitect.com/how-to-test-jboss-eap-7-with-arquillian/

It took me quite some time to get my Arquillian tests running against a remote JBoss EAP 7.0.0.Beta1 application server, so I thought I’d share my configuration.


https://docs.jboss.org/author/display/ARQ/Container+adapters

The container adapters that are available are shown in the table below. Also listed in each row is the artifactId of the JAR that provides the implementation. To execute your tests against a container...


https://stackoverflow.com/questions/13001371/adding-all-maven-dependencies-to-arquillian


https://github.com/arquillian/arquillian-container-chameleon

Chameleon container that dynamically loads correct container adapter versions for your tests


http://arquillian.org/guides/getting_started/

Read this before starting with arquillian.


http://arquillian.org/guides/shrinkwrap_introduction/


https://github.com/shrinkwrap/shrinkwrap

Shrinkwrap is a Java API for creating archives (e.g., jar, war, ear) in Java.