Guest User

Untitled

a guest
Nov 7th, 2012
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.75 KB | None | 0 0
  1. [INFO] Running TestSuite
  2. [INFO] Configuring TestNG with: org.apache.maven.surefire.testng.conf.TestNG652Configurator@5cdf8f5e
  3. [INFO] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.451 sec <<< FAILURE!
  4. [INFO] test(com.company.TestNGTest) Time elapsed: 0.011 sec <<< FAILURE!
  5. [INFO] java.lang.AssertionError
  6. [INFO] at org.junit.Assert.fail(Assert.java:92)
  7. [INFO] at org.junit.Assert.assertTrue(Assert.java:43)
  8. [INFO] at org.junit.Assert.assertTrue(Assert.java:54)
  9. [INFO] at com.company.TestNGTest.test(TestNGTest.java:10)
  10. [INFO]
  11. [INFO]
  12. [INFO] Results :
  13. [INFO]
  14. [INFO] Failed tests: test(com.company.TestNGTest)
  15. [INFO]
  16. [INFO] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0
  17. [INFO]
  18. [INFO] [INFO] ------------------------------------------------------------------------
  19. [INFO] [INFO] BUILD FAILURE
  20. [INFO] [INFO] ------------------------------------------------------------------------
  21. [INFO] [INFO] Total time: 5.401s
  22. [INFO] [INFO] Finished at: Wed Nov 07 16:36:13 MST 2012
  23. [INFO] [INFO] Final Memory: 12M/115M
  24. [INFO] [INFO] ------------------------------------------------------------------------
  25. [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.
  26. [INFO] [ERROR]
  27. [INFO] [ERROR] Please refer to C:\development\sample\trunk\target\surefire-reports for the individual test results.
  28. [INFO] [ERROR] -> [Help 1]
  29. [INFO] [ERROR]
  30. [INFO] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  31. [INFO] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  32. [INFO] [ERROR]
  33. [INFO] [ERROR] For more information about the errors and possible solutions, please read the following articles:
  34. [INFO] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
  35. [INFO] ------------------------------------------------------------------------
  36. [INFO] BUILD FAILURE
  37. [INFO] ------------------------------------------------------------------------
  38. [INFO] Total time: 15.016s
  39. [INFO] Finished at: Wed Nov 07 16:36:14 MST 2012
  40. [INFO] Final Memory: 5M/91M
  41. [INFO] ------------------------------------------------------------------------
  42. [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]
  43. [ERROR]
  44. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  45. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  46. [ERROR]
  47. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  48. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Advertisement
Add Comment
Please, Sign In to add comment