Poker-Kombinationen

ebced3a1

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 66 when run against a reference implementation:
    Error: Unresolved compilation problem
  • Revise incorrect test categoryFlush. The test failed on line 133 when run against a reference implementation:
    Error: Unresolved compilation problem
  • Revise incorrect test categoryFourOfAKind. The test failed on line 103 when run against a reference implementation:
    Error: Unresolved compilation problem
  • Revise incorrect test categoryFullHouse. The test failed on line 118 when run against a reference implementation:
    Error: Unresolved compilation problem
  • Revise incorrect test categoryHighCard. The test failed on line 238 when run against a reference implementation:
    Error: Unresolved compilation problem
  • Revise incorrect test categoryPair. The test failed on line 217 when run against a reference implementation:
    Error: Unresolved compilation problem
  • Revise incorrect test categoryStraight. The test failed on line 163 when run against a reference implementation:
    Error: Unresolved compilation problem
  • Revise incorrect test categoryStraightFlush. The test failed on line 85 when run against a reference implementation:
    Error: Unresolved compilation problem
  • Revise incorrect test categoryThreeConvertPokerHandToArrayAKind. The test failed on line 178 when run against a reference implementation:
    Error: Unresolved compilation problem
  • Revise incorrect test categoryTwoPairs. The test failed on line 196 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