JBoss Arquillian is a testing platform for the JVM that enables developers to create automated integration, functional and acceptance tests for Java middleware.
I am running tests using Arquillian, JBoss, JPA/Hibernate, H2 DB and Maven. In my test persistence.xml file I …
hibernate jboss java-ee-6 jboss-arquillian hbm2ddlI want to have different container configurations in my arquillian.xml and select them in my test. But I am …
java testing jakarta-ee cdi jboss-arquillianI was wondering if there was an easy way of determining the complete list of Types that a Java class …
java class jboss-arquillianWhen adding Arquillian to a Maven build I get the above exception in Eclipse: Missing artifact sun.jdk:jconsole:jar:…
eclipse maven wildfly jboss-arquillianI am using Arquillian[1] for testing my J2EE-App in an embedded glassfish environment inside Eclipse[2]-IDE. package test.java; …
glassfish integration-testing jboss-arquillianI have following configuration in my pom.xml <build> <plugins> <plugin> <artifactId>…
java maven jboss-arquillianI have a very famous error, but I can't solve it. I'm trying to run arqullian test for my application. …
jboss ejb jboss7.x cdi jboss-arquillianI've tried to learn the JBoss Arquillian, by following the formal document and got confused about the configuration, the arquillian.…
jboss-arquillianIs it possible to use some kind of mocking framework with Arquillian, or precisely how to mock injected EJBs? I …
java jakarta-ee mocking ejb jboss-arquillianI'm currently trying to make arquillian works but I have a problem on one of my Unit Test. It fails …
jakarta-ee classnotfoundexception executorservice jboss-arquillian