Top "Jboss-arquillian" questions

JBoss Arquillian is a testing platform for the JVM that enables developers to create automated integration, functional and acceptance tests for Java middleware.

Explicite Local EJB not injected with Arquillian

I use Arquillian to test an stateless session bean that has an explicit local and remote interface. But in the …

java testing jakarta-ee java-ee-6 jboss-arquillian
Cannot run Arquillian test case on Glassfish

I am stuck very badly in a very simple implementation of an Arquillian test case. I followed Can I add …

maven jboss-arquillian shrinkwrap
Arquillian/Shrinkwrap MavenDependencyResolver behind proxy

I'm using Jenkins to execute a Maven Build which includes an EJB integration test using Arquillian. The server hosting the …

java maven jenkins jboss-arquillian shrinkwrap
Arquillian: Create a WebArchive from an existing war using ShrinkWrap

I am trying to deploy an existing war from another maven project in Arquillian. I have resolved the war and …

jboss-arquillian shrinkwrap
Debug Arquillian tests in IntelliJ

I have Java EE project in which I use Arquillian tests with JUnit on JBoss 7 (Windows). Tests are working fine …

java unit-testing junit jboss7.x jboss-arquillian
Single deployment for all test cases in Arquillian

We are using arquillian-junit-container 1.0.0 final version for Junit Test. We have so many test classes and every test class as @…

jboss7.x jboss-arquillian
Arquillian - Wildfly cannot deploy test.war (Could not connect to http-remoting://127.0.0.1:9990. The connection failed)

I am trying to run a simple JPA test (persist, read, JSON serialize) with Arquillian and Wildfly (8.1.0.Final and 8.2.0.Final …

wildfly jboss-arquillian