Poker-Kombinationen

79806696

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 67 when run against a reference implementation:
    Error: Unresolved compilation problem
  • Revise incorrect test categoryFlush. The test failed on line 134 when run against a reference implementation:
    Error: Unresolved compilation problem
  • Revise incorrect test categoryFourConvertPokerHandToArrayAKind. The test failed on line 104 when run against a reference implementation:
    Error: Unresolved compilation problem
  • Revise incorrect test categoryFullHouse. The test failed on line 119 when run against a reference implementation:
    Error: Unresolved compilation problem
  • Revise incorrect test categoryHighCard. The test failed on line 230 when run against a reference implementation:
    Error: Unresolved compilation problem
  • Revise incorrect test categoryPair. The test failed on line 209 when run against a reference implementation:
    Error: Unresolved compilation problem
  • Revise incorrect test categoryStraight. The test failed on line 155 when run against a reference implementation:
    Error: Unresolved compilation problem
  • Revise incorrect test categoryStraightFlush. The test failed on line 86 when run against a reference implementation:
    Error: Unresolved compilation problem
  • Revise incorrect test categoryThreeConvertPokerHandToArrayAKind. The test failed on line 170 when run against a reference implementation:
    Error: Unresolved compilation problem
  • Revise incorrect test categoryTwoPairs. The test failed on line 188 when run against a reference implementation:
    Error: Unresolved compilation problem

Implementation

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

Other Submissions