Poker-Kombinationen

e33724a5

Diego M.

A newer submission is available.
Some tests are incorrect: They fail when run against a reference implementation. The test suite score has been reduced.

Test Suite

5 % complete

Suggestions

  • Revise incorrect test categoryFlush. The test failed on line 155 when run against a reference implementation:
    Error: Unresolved compilation problem
  • Revise incorrect test categoryFourGenerateNewPokerhandAKind. The test failed on line 125 when run against a reference implementation:
    Error: Unresolved compilation problem
  • Revise incorrect test categoryFullHouse. The test failed on line 140 when run against a reference implementation:
    Error: Unresolved compilation problem
  • Revise incorrect test categoryHighCard. The test failed on line 266 when run against a reference implementation:
    Error: Unresolved compilation problem
  • Revise incorrect test categoryPair. The test failed on line 245 when run against a reference implementation:
    Error: Unresolved compilation problem
  • Revise incorrect test categoryStraight. The test failed on line 191 when run against a reference implementation:
    Error: Unresolved compilation problem
  • Revise incorrect test categoryStraightFlush. The test failed on line 107 when run against a reference implementation:
    Error: Unresolved compilation problem
  • Revise incorrect test categoryThreeGenerateNewPokerhandAKind. The test failed on line 206 when run against a reference implementation:
    Error: Unresolved compilation problem
  • Revise incorrect test categoryTwoPairs. The test failed on line 224 when run against a reference implementation:
    Error: Unresolved compilation problem
  • Revise incorrect test generateNewPokerhand. The test failed on line 88 when run against a reference implementation:
    Error: Unresolved compilation problem

Implementation

5 % complete 13 / 13 Tests
  • categoryFlush: Passed
  • categoryFourGenerateNewPokerhandAKind: Passed
  • categoryFullHouse: Passed
  • categoryHighCard: Passed
  • categoryPair: Passed
  • categoryStraight: Passed
  • categoryStraightFlush: Passed
  • categoryThreeGenerateNewPokerhandAKind: Passed
  • categoryTwoPairs: Passed
  • constructor: Passed
  • constructorSortsCards: Passed
  • generateNewPokerhand: Passed
  • stringRepresentation: Passed

Other Submissions