Bookmarks tagged [arquillian]
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 ...
- tags: arquillian, testing
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.
- 📆 published on: 2015-10-27
- tags: testing, javaee, arquillian
- source code
http://www.baeldung.com/arquillian
Learn how to prepare and execute tests using Arquillian, a container-agnostic integration testing framework.
- 📆 published on: 2017-11-30
- tags: testing, java, javaee, arquillian
- source code
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.
- tags: arquillian, java, jpa
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...
- tags: arquillian, shrinkwrap
- source code
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.
- 📆 published on: 2016-05-03
- tags: arquillian, jboss-eap
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...
- tags: arquillian
https://stackoverflow.com/questions/13001371/adding-all-maven-dependencies-to-arquillian
- tags: arquillian, maven
GitHub - arquillian/arquillian-container-chameleon: Chameleon container that dynamically loads correct container adapter versions for your tests
https://github.com/arquillian/arquillian-container-chameleon
Chameleon container that dynamically loads correct container adapter versions for your tests
- tags: arquillian
- source code
http://arquillian.org/guides/getting_started/
Read this before starting with arquillian.
- tags: arquillian
http://arquillian.org/guides/shrinkwrap_introduction/
- tags: arquillian, shrinkwrap
https://github.com/shrinkwrap/shrinkwrap
Shrinkwrap is a Java API for creating archives (e.g., jar, war, ear) in Java.
- tags: arquillian, shrinkwrap
- source code