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.

'Already Connected' exception trying to do POST request using Jersey Client API

I'm creating integration tests for a JAX-RS/Jersey Webservice deployed on Tomcat 8 using arquillian. I am trying to do a …

java jersey client jboss-arquillian
Adding all Maven dependencies to Arquillian

How do you add all dependencies in the POM to arquillian? Maven.resolver().loadPomFromFile("pom.xml").importRuntimeDependencies() .as(File.class); …

java jakarta-ee maven jboss-arquillian
Maven is automatically skipping tests

How come that Maven is skipping all of my tests by default?I have a pom.xml with few profiles …

maven testing testng jboss-arquillian
Could not create new instance of class org.jboss.arquillian.test.impl.EventTestRunnerAdaptor

I have this pom.xml file <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/…

java maven jboss jboss-arquillian
java.lang.NoSuchMethodError running TestNG Test in Eclipse

I am getting the Exception FAILED CONFIGURATION: @BeforeSuite arquillianBeforeSuite java.lang.NoSuchMethodError: org.jboss.remoting3.Endpoint.builder()Lorg/jboss/remoting3/…

java eclipse wildfly jboss-arquillian testng-eclipse
Arquillian: Wildfly embedded?

Until now I had my integration tests running with Arquillian and an embedded Glassfish 4.x. As I suffer from bug …

junit jboss wildfly jboss-arquillian
Cannot run arquillian tests

I'm trying to use Arquillian for some unit tests, however I can't find why they fail when deployed using Maven. …

java unit-testing java-ee-6 ejb-3.1 jboss-arquillian
Arquillian JPA tutorial: Could not create new instance of class org.jboss.arquillian.test.impl.EventTestRunnerAdaptor

I finished following the JPA tutorial at http://arquillian.org/guides/testing_java_persistence/ , but when I try to run …

maven jpa glassfish jboss-arquillian
DeployableContainer must be specified error when running Arquillian

I've been trying to run this Arquillian example https://github.com/arquillian/arquillian-examples/tree/master/arquillian-tutorial There is no error …

java junit jboss-arquillian
Build Path Issue with Maven Dependencies (jconsole-jdk.jar)

I switched to Wildfly 8.1 and can not resolve this build (path) problem, which somehow is eventually influenced by arquillian test …

java eclipse maven jboss-arquillian