Advertisement
Darker666

Untitled

Mar 8th, 2017
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. -------------------------------------------------------
  2. T E S T S
  3. -------------------------------------------------------
  4. Running test.TestCalculator
  5. Tests run: 6, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.1 sec <<< FAILURE!
  6.  
  7. Results :
  8.  
  9. Failed tests: TestInvalidPrecision(test.TestCalculator): expected:<...adane kladne cislo!
  10.  
  11. Tests run: 6, Failures: 1, Errors: 0, Skipped: 0
  12.  
  13. [INFO] ------------------------------------------------------------------------
  14. [INFO] BUILD FAILURE
  15. [INFO] ------------------------------------------------------------------------
  16. [INFO] Total time: 2.320s
  17. [INFO] Finished at: Wed Mar 08 18:24:41 CET 2017
  18. [INFO] Final Memory: 17M/165M
  19. [INFO] ------------------------------------------------------------------------
  20. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.10:test (default-test) on project lab01: There are test failures.
  21. [ERROR]
  22. [ERROR] Please refer to D:\skola\PJV\pjv-lab01\target\surefire-reports for the individual test results.
  23. [ERROR] -> [Help 1]
  24. [ERROR]
  25. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  26. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  27. [ERROR]
  28. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  29. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement