Created
December 7, 2010 15:51
-
-
Save jfarcand/731940 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
------------------------------------------------------- | |
Running TestSuite | |
org.apache.maven.surefire.booter.SurefireExecutionException: java.lang.String cannot be cast to java.lang.Integer; nested exception is java.lang.ClassCastException: java.lang.String cannot be cast to java.lang.Integer | |
java.lang.ClassCastException: java.lang.String cannot be cast to java.lang.Integer | |
at org.testng.TestNG.configure(TestNG.java:1292) | |
at org.apache.maven.surefire.testng.conf.TestNGMapConfigurator.configure(TestNGMapConfigurator.java:97) | |
at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:58) | |
at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:144) | |
at org.apache.maven.surefire.Surefire.run(Surefire.java:169) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | |
at java.lang.reflect.Method.invoke(Method.java:597) | |
at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:350) | |
at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1021) | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] BUILD FAILURE | |
[INFO] ------------------------------------------------------------------------ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment