Poker-Kombinationen

868986ff

Jan R.

Test Suite

97 % complete

Implementation

97 % complete 23 / 23 Tests
  • categoryFlush: Passed
  • categoryFourOfAKind: Passed
  • categoryFullHouse: Passed
  • categoryHighCard: Passed
  • categoryPair: Passed
  • categoryStraight: Passed
  • categoryStraightFlush: Passed
  • categoryThreeOfAKind: Passed
  • categoryTwoPairs: Passed
  • constructor: Passed
  • constructorSortsCards: Passed
  • fourOfAKind_bothPositions: Passed
  • fullHouse_bothOrders: Passed
  • handCategoryOrdering_sanity: Passed
  • of: Passed
  • pair_canBeLastTwo: Passed
  • parsesTen_and_letterSuits: Passed
  • rejectsDuplicateCards_and_wrongCount: Passed
  • rejectsInvalidCardInputs: Passed
  • straightFlush_including_royal: Passed
  • straight_wheel_A2345_and_notFakeWraps: Passed
  • stringRepresentation: Passed
  • twoPairs_allThreeShapes_including_AA_B_CC: Passed

Other Submissions