Poker-Kombinationen

78a73654

Sebastian B.

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 ConvertPokerHandToArray. The test failed on line 89 when run against a reference implementation:
    Error: Unresolved compilation problem
  • Revise incorrect test categoryFlush. The test failed on line 156 when run against a reference implementation:
    Error: Unresolved compilation problem
  • Revise incorrect test categoryFourOfAKind. The test failed on line 126 when run against a reference implementation:
    Error: Unresolved compilation problem
  • Revise incorrect test categoryFullHouse. The test failed on line 141 when run against a reference implementation:
    Error: Unresolved compilation problem
  • Revise incorrect test categoryHighCard. The test failed on line 261 when run against a reference implementation:
    Error: Unresolved compilation problem
  • Revise incorrect test categoryPair. The test failed on line 240 when run against a reference implementation:
    Error: Unresolved compilation problem
  • Revise incorrect test categoryStraight. The test failed on line 186 when run against a reference implementation:
    Error: Unresolved compilation problem
  • Revise incorrect test categoryStraightFlush. The test failed on line 108 when run against a reference implementation:
    Error: Unresolved compilation problem
  • Revise incorrect test categoryThreeConvertPokerHandToArrayAKind. The test failed on line 201 when run against a reference implementation:
    Error: Unresolved compilation problem
  • Revise incorrect test categoryTwoPairs. The test failed on line 219 when run against a reference implementation:
    Error: Unresolved compilation problem

Implementation

5 % complete 13 / 13 Tests
  • ConvertPokerHandToArray: Passed
  • categoryFlush: Passed
  • categoryFourOfAKind: Passed
  • categoryFullHouse: Passed
  • categoryHighCard: Passed
  • categoryPair: Passed
  • categoryStraight: Passed
  • categoryStraightFlush: Passed
  • categoryThreeConvertPokerHandToArrayAKind: Passed
  • categoryTwoPairs: Passed
  • constructor: Passed
  • constructorSortsCards: Passed
  • stringRepresentation: Passed

Other Submissions