I\'m trying to use Arquillian for some unit tests, however I can\'t find why they fail when deployed using Maven.
I\'ve setup our project with some JUnit tests that are run by Arquillian inside the full JBoss Server (inside a profile called jboss-remote-6). I pretty much did everything as in the manual at http://
I am trying to store an entity with db4o through an arquillian test case and am getting a DatabaseClosedException:
I\'m using Jenkins to execute a Maven Build which includes an EJB integration test using Arquillian.
I\'m doing some unit tests using 开发者_JAVA百科Arquillian on JUnit4 and Jboss6. There is a facade(SomeFacadeclass) that has the \"SomeClass\"(which is an interface) injected to it. When Arquillian de
I am using Arquillian for Ejb unit test. I a开发者_开发技巧m using jboss-eap-5.1. Can anyone please tell me what is the configuration in maven for Arquillianwhich uses jboss-eap-5.1This blog from howt
I am new to Arquillian and want to get some basic testing working (inject a bean and assert it does something).
I want to test my EJBs on an embedded Glassfish using Arquillian. The important thing is that I have to have security up because my bean logic does some programmatic security checking (sessionContex
Is it possible to use some kind of mocking framework with Arquillian, or precisely how to mock injected EJBs? I know that, with using the CDI (Contexts and Dependency Injection), it is possible to inj
I have been messing with hash functions and functions to generate primes etc. I had 3 lock-u开发者_高级运维ps in a short period. This was odd since my macbook rarely locks-up and usually only when I