Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [INFO] Running TestSuite
- [INFO] Configuring TestNG with: org.apache.maven.surefire.testng.conf.TestNG652Configurator@5cdf8f5e
- [INFO] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.451 sec <<< FAILURE!
- [INFO] test(com.company.TestNGTest) Time elapsed: 0.011 sec <<< FAILURE!
- [INFO] java.lang.AssertionError
- [INFO] at org.junit.Assert.fail(Assert.java:92)
- [INFO] at org.junit.Assert.assertTrue(Assert.java:43)
- [INFO] at org.junit.Assert.assertTrue(Assert.java:54)
- [INFO] at com.company.TestNGTest.test(TestNGTest.java:10)
- [INFO]
- [INFO]
- [INFO] Results :
- [INFO]
- [INFO] Failed tests: test(com.company.TestNGTest)
- [INFO]
- [INFO] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0
- [INFO]
- [INFO] [INFO] ------------------------------------------------------------------------
- [INFO] [INFO] BUILD FAILURE
- [INFO] [INFO] ------------------------------------------------------------------------
- [INFO] [INFO] Total time: 5.401s
- [INFO] [INFO] Finished at: Wed Nov 07 16:36:13 MST 2012
- [INFO] [INFO] Final Memory: 12M/115M
- [INFO] [INFO] ------------------------------------------------------------------------
- [INFO] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test (default-test) on project sampleproject: There are test failures.
- [INFO] [ERROR]
- [INFO] [ERROR] Please refer to C:\development\sample\trunk\target\surefire-reports for the individual test results.
- [INFO] [ERROR] -> [Help 1]
- [INFO] [ERROR]
- [INFO] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
- [INFO] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
- [INFO] [ERROR]
- [INFO] [ERROR] For more information about the errors and possible solutions, please read the following articles:
- [INFO] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
- [INFO] ------------------------------------------------------------------------
- [INFO] BUILD FAILURE
- [INFO] ------------------------------------------------------------------------
- [INFO] Total time: 15.016s
- [INFO] Finished at: Wed Nov 07 16:36:14 MST 2012
- [INFO] Final Memory: 5M/91M
- [INFO] ------------------------------------------------------------------------
- [ERROR] Failed to execute goal org.apache.maven.plugins:maven-release-plugin:2.3.2:prepare (default-cli) on project sampleproject: Maven execution failed, exit code: '1' -> [Help 1]
- [ERROR]
- [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
- [ERROR] Re-run Maven using the -X switch to enable full debug logging.
- [ERROR]
- [ERROR] For more information about the errors and possible solutions, please read the following articles:
- [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Advertisement
Add Comment
Please, Sign In to add comment