Poker-Kombinationen

98e0af24

Jonas 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

1 % complete

Suggestions

  • Revise incorrect test categoryFlush. The test failed on line 132 when run against a reference implementation:
    Error: Unresolved compilation problem
  • Revise incorrect test categoryFourOfAKind. The test failed on line 105 when run against a reference implementation:
    Error: Unresolved compilation problem
  • Revise incorrect test categoryFullHouse. The test failed on line 120 when run against a reference implementation:
    Error: Unresolved compilation problem
  • Revise incorrect test categoryHighCard. The test failed on line 228 when run against a reference implementation:
    Error: Unresolved compilation problem
  • Revise incorrect test categoryPair. The test failed on line 207 when run against a reference implementation:
    Error: Unresolved compilation problem
  • Revise incorrect test categoryStraight. The test failed on line 153 when run against a reference implementation:
    Error: Unresolved compilation problem
  • Revise incorrect test categoryStraightFlush. The test failed on line 87 when run against a reference implementation:
    Error: Unresolved compilation problem
  • Revise incorrect test categoryThreeOfAKind. The test failed on line 168 when run against a reference implementation:
    Error: Unresolved compilation problem
  • Revise incorrect test categoryTwoPairs. The test failed on line 186 when run against a reference implementation:
    Error: Unresolved compilation problem
  • Revise incorrect test constructor. The test failed on line 22 when run against a reference implementation:
    Error: Unresolved compilation problem
  • Revise incorrect test constructorSortsCards. The test failed on line 38 when run against a reference implementation:
    Error: Unresolved compilation problem
  • Revise incorrect test of. The test failed on line 73 when run against a reference implementation:
    Error: Unresolved compilation problem

Implementation

1 % complete 10 / 13 Tests
  • categoryFlush: Passed
  • categoryFourOfAKind: Passed
  • categoryFullHouse: Passed
  • categoryHighCard: Passed
  • categoryPair: Passed
  • categoryStraight: Passed
  • categoryStraightFlush: Passed
  • categoryThreeOfAKind: Passed
  • categoryTwoPairs: Passed
  • constructor: Failed
  • constructorSortsCards: Failed
  • of: Failed
  • stringRepresentation: Passed

Other Submissions