junit « JBoss « Java Enterprise Q&A





1. Running JUnit tests with Embedded Jboss    stackoverflow.com

I 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.com

Has 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.com

Trying 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 ...