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.[详细]
2023-04-03 04:03 分类:问答Arquillian/JUnit tests run from console but not inside Eclipse
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://[详细]
2023-03-22 01:53 分类:问答db4o - DatabaseClosedException
I am trying to store an entity with db4o through an arquillian test case and am getting a DatabaseClosedException:[详细]
2023-03-14 02:35 分类:问答Arquillian/Shrinkwrap MavenDependencyResolver behind proxy
I\'m using Jenkins to execute a Maven Build which includes an EJB integration test using Arquillian.[详细]
2023-03-11 07:02 分类:问答Getting a "WELD-001408 Unsatisfied dependencies error when deploying a class injected with an interface"
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[详细]
2023-03-07 04:35 分类:问答Arquillian Maven configuration
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[详细]
2023-03-05 10:34 分类:问答Arquillian - Weld SE - getting NullPointerException
I am new to Arquillian and want to get some basic testing working (inject a bean and assert it does something).[详细]
2023-03-03 15:08 分类:问答Embedded Glassfish, security and Arquillian questions
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[详细]
2023-02-26 03:49 分类:问答How to mock services with Arquillian?
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[详细]
2023-02-14 03:54 分类:问答Can a math intensive application cause a crash?
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[详细]
2022-12-27 13:49 分类:问答