1. Running JUnit tests with Embedded Jboss stackoverflow.comI need to run junit tests for classes using ejb3 beans. In our case setting up jboss just for this purpose is not an option and therefore we need an alternative ... |
2. JBoss Arquillian integration with Apache Ant and Junit stackoverflow.comHas anyone managed to integrate Arquillian with Ant and JUnit? If so, could you provide an example? |
3. Java ThreadFactory how to create ThreadCreationException for testing in JUnit stackoverflow.comTrying to create a unit test (borderline integration testing) using ThreadFactory, and just wondering how do I 'force' Java/JVM to not being able to create more threads ? In other words how ... |