Top "Surefire" questions

The Surefire Plugin is used during the test phase of the build lifecycle to execute the unit tests of an application.

TypeNotPresentExceptionProxy

When upgrading from Surefire 2.6 to Surefire 2.13, I get a TypeNotPresentExceptionProxy when running my unit tests. java.lang.ArrayStoreException: sun.reflect.…

java maven exception junit surefire
How to: Run maven integration tests against a test environment (database)

I'm using maven and the maven-failsafe-plugin to start up jetty during the integration-test lifecycle phase. I then execute a number …

java maven integration-testing surefire maven-jetty-plugin
Maven Surefire: Unable to fork parallel test execution

using Maven surefire, I'm unable to fork parallel test execution. That is, each of my test cases hs to run …

maven-2 fork surefire parallel-testing
Build fails because of Maven Surefire

Has anybody an idea why I get this erromessage after running the tests of this package? I have already tried …

java maven surefire jvm-crash
How to generate JUnit style XML report using TestNG?

I'm using TestNG framework for our integration testing. I want to generate JUnit style XML report using TestNG. My project …

testing junit hudson hudson-plugins surefire