Guest User

Untitled

a guest
Jul 12th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.25 KB | None | 0 0
  1. [echo] compiling functional tests ...
  2. [javac] Compiling 4 source files to /tmp/reactor-31e4fe84-4da4-4742-a3e2-5464384f4465/build/classes
  3. [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6
  4. [javac] 1 warning
  5. [echo] Fail Tests... ...
  6. [junit] Running tests.rounds.req.TestFinalRound
  7. [junit] Testsuite: tests.rounds.req.TestFinalRound
  8. [junit] Tests run: 10, Failures: 2, Errors: 6, Time elapsed: 0.17 sec
  9. [junit] Tests run: 10, Failures: 2, Errors: 6, Time elapsed: 0.17 sec
  10. [junit]
  11. [junit] Testcase: testConstructor took 0.137 sec
  12. [junit] Testcase: testConstructorRankingNull took 0.002 sec
  13. [junit] Caused an ERROR
  14. [junit] Unexpected exception, expected<java.lang.IllegalArgumentException> but was<java.lang.NullPointerException>
  15. [junit] java.lang.Exception: Unexpected exception, expected<java.lang.IllegalArgumentException> but was<java.lang.NullPointerException>
  16. [junit] Caused by: java.lang.NullPointerException
  17. [junit] at de.uniwue.jpp.ski.model.rounds.FinalRound.<init>(FinalRound.java:28)
  18. [junit] at tests.rounds.req.TestFinalRound.testConstructorRankingNull(TestFinalRound.java:54)
  19. [junit]
  20. [junit] Testcase: testCorrectSequence took 0.001 sec
  21. [junit] FAILED
  22. [junit] The jumping sequence in the final round is not corret. expected:<[de.uniwue.jpp.ski.model.Competitor@7368e75e, de.uniwue.jpp.ski.model.Competitor@f99724dd, de.uniwue.jpp.ski.model.Competitor@d64fc745, de.uniwue.jpp.ski.model.Competitor@aa622e82, de.uniwue.jpp.ski.model.Competitor@969b1d02, de.uniwue.jpp.ski.model.Competitor@c0a8c1cc, de.uniwue.jpp.ski.model.Competitor@bafd5165, de.uniwue.jpp.ski.model.Competitor@f72cbc6b, de.uniwue.jpp.ski.model.Competitor@d400aa3a, de.uniwue.jpp.ski.model.Competitor@4528a9c2, de.uniwue.jpp.ski.model.Competitor@794ba877, de.uniwue.jpp.ski.model.Competitor@47671ba0]> but was:<[de.uniwue.jpp.ski.model.Competitor@47671ba0, de.uniwue.jpp.ski.model.Competitor@794ba877, de.uniwue.jpp.ski.model.Competitor@4528a9c2, de.uniwue.jpp.ski.model.Competitor@d400aa3a, de.uniwue.jpp.ski.model.Competitor@f72cbc6b, de.uniwue.jpp.ski.model.Competitor@bafd5165, de.uniwue.jpp.ski.model.Competitor@c0a8c1cc, de.uniwue.jpp.ski.model.Competitor@969b1d02, de.uniwue.jpp.ski.model.Competitor@aa622e82, de.uniwue.jpp.ski.model.Competitor@d64fc745, de.uniwue.jpp.ski.model.Competitor@f99724dd, de.uniwue.jpp.ski.model.Competitor@7368e75e]>
  23. [junit] junit.framework.AssertionFailedError: The jumping sequence in the final round is not corret. expected:<[de.uniwue.jpp.ski.model.Competitor@7368e75e, de.uniwue.jpp.ski.model.Competitor@f99724dd, de.uniwue.jpp.ski.model.Competitor@d64fc745, de.uniwue.jpp.ski.model.Competitor@aa622e82, de.uniwue.jpp.ski.model.Competitor@969b1d02, de.uniwue.jpp.ski.model.Competitor@c0a8c1cc, de.uniwue.jpp.ski.model.Competitor@bafd5165, de.uniwue.jpp.ski.model.Competitor@f72cbc6b, de.uniwue.jpp.ski.model.Competitor@d400aa3a, de.uniwue.jpp.ski.model.Competitor@4528a9c2, de.uniwue.jpp.ski.model.Competitor@794ba877, de.uniwue.jpp.ski.model.Competitor@47671ba0]> but was:<[de.uniwue.jpp.ski.model.Competitor@47671ba0, de.uniwue.jpp.ski.model.Competitor@794ba877, de.uniwue.jpp.ski.model.Competitor@4528a9c2, de.uniwue.jpp.ski.model.Competitor@d400aa3a, de.uniwue.jpp.ski.model.Competitor@f72cbc6b, de.uniwue.jpp.ski.model.Competitor@bafd5165, de.uniwue.jpp.ski.model.Competitor@c0a8c1cc, de.uniwue.jpp.ski.model.Competitor@969b1d02, de.uniwue.jpp.ski.model.Competitor@aa622e82, de.uniwue.jpp.ski.model.Competitor@d64fc745, de.uniwue.jpp.ski.model.Competitor@f99724dd, de.uniwue.jpp.ski.model.Competitor@7368e75e]>
  24. [junit] at tests.Util.assertEquals(Util.java:14)
  25. [junit] at tests.rounds.req.TestFinalRound.testCorrectSequence(TestFinalRound.java:60)
  26. [junit]
  27. [junit] Testcase: testListenersCallingOnce took 0.001 sec
  28. [junit] Caused an ERROR
  29. [junit] null
  30. [junit] java.lang.IllegalStateException
  31. [junit] at de.uniwue.jpp.ski.model.rounds.FinalRound.setAttempts(FinalRound.java:53)
  32. [junit] at tests.rounds.req.TestFinalRound.testListenersCallingOnce(TestFinalRound.java:117)
  33. [junit]
  34. [junit] Testcase: testListenersCallingOften took 0 sec
  35. [junit] Caused an ERROR
  36. [junit] null
  37. [junit] java.lang.IllegalStateException
  38. [junit] at de.uniwue.jpp.ski.model.rounds.FinalRound.setAttempts(FinalRound.java:53)
  39. [junit] at tests.rounds.req.TestFinalRound.testListenersCallingOften(TestFinalRound.java:130)
  40. [junit]
  41. [junit] Testcase: testRankingAfterConstruction took 0.001 sec
  42. [junit] Caused an ERROR
  43. [junit] null
  44. [junit] java.lang.NullPointerException
  45. [junit] at tests.rounds.req.TestFinalRound.testRankingAfterConstruction(TestFinalRound.java:69)
  46. [junit]
  47. [junit] Testcase: testSetAttemptForIllegalCompetitor took 0.001 sec
  48. [junit] Testcase: testSetOneAttemptRanking took 0 sec
  49. [junit] Caused an ERROR
  50. [junit] null
  51. [junit] java.lang.NullPointerException
  52. [junit] at tests.rounds.req.TestFinalRound.testSetOneAttemptRanking(TestFinalRound.java:85)
  53. [junit]
  54. [junit] Testcase: testSetEqualAttemptsRanking took 0.001 sec
  55. [junit] FAILED
  56. [junit] For equal results the ordering is not correct. expected:<[de.uniwue.jpp.ski.model.Attempt@6ee4b47f, de.uniwue.jpp.ski.model.Attempt@6437a676]> but was:<[de.uniwue.jpp.ski.model.Attempt@6437a676, de.uniwue.jpp.ski.model.Attempt@6ee4b47f]>
  57. [junit] junit.framework.AssertionFailedError: For equal results the ordering is not correct. expected:<[de.uniwue.jpp.ski.model.Attempt@6ee4b47f, de.uniwue.jpp.ski.model.Attempt@6437a676]> but was:<[de.uniwue.jpp.ski.model.Attempt@6437a676, de.uniwue.jpp.ski.model.Attempt@6ee4b47f]>
  58. [junit] at tests.Util.assertEquals(Util.java:14)
  59. [junit] at tests.rounds.req.TestFinalRound.testSetEqualAttemptsRanking(TestFinalRound.java:98)
  60. [junit]
  61. [junit] Testcase: testSetAllAttemptsRanking took 0.001 sec
  62. [junit] Caused an ERROR
  63. [junit] null
  64. [junit] java.lang.IllegalStateException
  65. [junit] at de.uniwue.jpp.ski.model.rounds.FinalRound.setAttempts(FinalRound.java:53)
  66. [junit] at tests.rounds.req.TestFinalRound.testSetAllAttemptsRanking(TestFinalRound.java:104)
  67. [junit]
  68. [junit] TEST tests.rounds.req.TestFinalRound FAILED
Add Comment
Please, Sign In to add comment