Poker-Kombinationen

9a75d277

Irina P.

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

88 % complete

Suggestions

  • Revise incorrect test categoryRoyalFlush. The test failed on line 90 when run against a reference implementation:
    Error: Unresolved compilation problem

Implementation

88 % complete 14 / 14 Tests
  • categoryFlush: Passed
  • categoryFourOfAKind: Passed
  • categoryFullHouse: Passed
  • categoryHighCard: Passed
  • categoryPair: Passed
  • categoryRoyalFlush: Passed
  • categoryStraight: Passed
  • categoryStraightFlush: Passed
  • categoryThreeOfAKind: Passed
  • categoryTwoPairs: Passed
  • constructor: Passed
  • constructorSortsCards: Passed
  • of: Passed
  • stringRepresentation: Passed

Other Submissions