Simple Poker Template 0.0.1
|
Class for testing different scenarios in a poker match, including high card matches and split pot outcomes. More...
Public Member Functions | |
List< Card > | WinnerHighCardMatch (Deck deck) |
Determines the winning hand in a high card match. | |
List< Card > | WinnerHighCardKickersTiebreakerMatch (Deck deck) |
Determines the winning hand in a high card match with kicker tiebreaker. | |
List< Card > | SplitpotHighCardMatch (Deck deck) |
Determines the outcome of a split pot in a high card match. | |
List< Card > | OnePairWinnerMatch (Deck deck) |
Determines the winning hand in a one pair match. | |
List< Card > | OnePairWinnerHighcardTiebreakerMatch (Deck deck) |
Determines the winning hand in a one pair match with high card tiebreaker. | |
List< Card > | OnePairWinnerOnHandMatch (Deck deck) |
Determines the winning hand in a one pair match based on player cards. | |
List< Card > | OnePairWinnerKickersTiebreakerMatch (Deck deck) |
Determines the winning hand in a one pair match with kicker tiebreaker. | |
List< Card > | OnePairSplitpotMatch (Deck deck) |
Determines the outcome of a split pot in a one pair match. | |
List< Card > | TwoPairWinnerMatch (Deck deck) |
Determines the winning hand in a two pair match. | |
List< Card > | TwoPairWinnerHighcardTiebreakerMatch (Deck deck) |
Determines the winning hand in a two pair match with high card tiebreaker. | |
List< Card > | TwoPairWinnerKickersTiebreakerMatch (Deck deck) |
Determines the winning hand in a two pair match with kicker tiebreaker. | |
List< Card > | TwoPairSplitpotMatch (Deck deck) |
Determines the outcome of a split pot in a two pair match. | |
List< Card > | ThreeKindWinnerMatch (Deck deck) |
Determines the winning hand in a three of a kind match. | |
List< Card > | ThreeKindWinnerHighcardTiebreakerMatch (Deck deck) |
Determines the winning hand in a three of a kind match with high card tiebreaker. | |
List< Card > | ThreeKindWinnerKickersTiebreakerMatch (Deck deck) |
Determines the winning hand in a three of a kind match with kicker tiebreaker. | |
List< Card > | ThreeKindSplitpotMatch (Deck deck) |
Determines the outcome of a split pot in a three of a kind match. | |
List< Card > | StraightWinnerMatch (Deck deck) |
Determines the winning hand in a straight match. | |
List< Card > | StraightWinnerHighcardTiebreakerMatch (Deck deck) |
Determines the winning hand in a straight match with high card tiebreaker. | |
List< Card > | StraightWinnerKickersTiebreakerMatch (Deck deck) |
Determines the winning hand in a straight match with kicker tiebreaker. | |
List< Card > | StraightSplitpotMatch (Deck deck) |
Determines the outcome of a split pot in a straight match. | |
List< Card > | LowerStraightWinnerMatch (Deck deck) |
Determines the winning hand in a lower straight match. | |
List< Card > | LowerStraightWinnerHighcardTiebreakerMatch (Deck deck) |
Determines the winning hand in a lower straight match with high card tiebreaker. | |
List< Card > | LowerStraightWinnerKickersTiebreakerMatch (Deck deck) |
Determines the winning hand in a lower straight match with kicker tiebreaker. | |
List< Card > | LowerStraightSplitpotMatch (Deck deck) |
Determines the outcome of a split pot in a lower straight match. | |
List< Card > | FlushWinnerMatch (Deck deck) |
Determines the winning hand in a flush match. | |
List< Card > | FlushWinnerHighcardTiebreakerMatch (Deck deck) |
Determines the winning hand in a flush match with high card tiebreaker. | |
List< Card > | FlushWinnerKickersTiebreakerMatch (Deck deck) |
Determines the winning hand in a flush match with kicker tiebreaker. | |
List< Card > | FlushSplitpotMatch (Deck deck) |
Determines the outcome of a split pot in a flush match. | |
List< Card > | FullHouseWinnerMatch (Deck deck) |
Determines the winning hand in a full house match. | |
List< Card > | FullHouseWinnerHighcardTiebreakerMatch (Deck deck) |
Determines the winning hand in a full house match with high card tiebreaker. | |
List< Card > | FullHouseWinnerKickersTiebreakerMatch (Deck deck) |
Determines the winning hand in a full house match with kicker tiebreaker. | |
List< Card > | FullHouseSplitpotMatch (Deck deck) |
Determines the outcome of a split pot in a full house match. | |
List< Card > | FourKindWinnerMatch (Deck deck) |
Determines the winning hand in a four of a kind match. | |
List< Card > | FourKindWinnerHighcardTiebreakerMatch (Deck deck) |
Determines the winning hand in a four of a kind match with high card tiebreaker. | |
List< Card > | FourKindWinnerKickersTiebreakerMatch (Deck deck) |
Determines the winning hand in a four of a kind match with kicker tiebreaker. | |
List< Card > | FourKindSplitpotMatch (Deck deck) |
Determines the outcome of a split pot in a four of a kind match. | |
List< Card > | StraightFlushWinnerMatch (Deck deck) |
Determines the winning hand in a straight flush match. | |
List< Card > | StraightFlushWinnerHighcardTiebreakerMatch (Deck deck) |
Determines the winning hand in a straight flush match with high card tiebreaker. | |
List< Card > | StraightFlushWinnerKickersTiebreakerMatch (Deck deck) |
Determines the winning hand in a straight flush match with kicker tiebreaker. | |
List< Card > | StraightFlushSplitpotMatch (Deck deck) |
Determines the result of a split pot in a straight flush match. | |
List< Card > | LowerStraightFlushWinnerMatch (Deck deck) |
Determines the winning hand in a lower straight flush match. | |
List< Card > | LowerStraightFlushWinnerHighcardTiebreakerMatch (Deck deck) |
Determines the winning hand in a lower straight flush match with high card tiebreaker. | |
List< Card > | LowerStraightFlushWinnerKickersTiebreakerMatch (Deck deck) |
Determines the winning hand in a lower straight flush match with kicker tiebreaker. | |
List< Card > | LowerStraightFlushSplitpotMatch (Deck deck) |
Determines the result of a split pot in a lower straight flush match. | |
List< Card > | RoyalStraightFlushWinnerMatch (Deck deck) |
Determines the winning hand in a royal straight flush match. | |
List< Card > | RoyalStraightFlushWinnerHighcardTiebreakerMatch (Deck deck) |
Determines the winning hand in a royal straight flush match with high card tiebreaker. | |
List< Card > | RoyalStraightFlushWinnerKickersTiebreakerMatch (Deck deck) |
Determines the winning hand in a royal straight flush match with kicker tiebreaker. | |
List< Card > | RoyalStraightFlushSplitpotMatch (Deck deck) |
Determines the result of a split pot in a royal straight flush match. | |
Class for testing different scenarios in a poker match, including high card matches and split pot outcomes.
Determines the outcome of a split pot in a flush match.
deck | The deck containing player cards and table cards. |
Determines the winning hand in a flush match with high card tiebreaker.
deck | The deck containing player cards and table cards. |
Determines the winning hand in a flush match with kicker tiebreaker.
deck | The deck containing player cards and table cards. |
Determines the winning hand in a flush match.
deck | The deck containing player cards and table cards. |
Determines the outcome of a split pot in a four of a kind match.
deck | The deck containing player cards and table cards. |
List< Card > SimplePoker.MatchTest.PokerMatchTest.FourKindWinnerHighcardTiebreakerMatch | ( | Deck | deck | ) |
Determines the winning hand in a four of a kind match with high card tiebreaker.
deck | The deck containing player cards and table cards. |
Determines the winning hand in a four of a kind match with kicker tiebreaker.
deck | The deck containing player cards and table cards. |
Determines the winning hand in a four of a kind match.
deck | The deck containing player cards and table cards. |
Determines the outcome of a split pot in a full house match.
deck | The deck containing player cards and table cards. |
List< Card > SimplePoker.MatchTest.PokerMatchTest.FullHouseWinnerHighcardTiebreakerMatch | ( | Deck | deck | ) |
Determines the winning hand in a full house match with high card tiebreaker.
deck | The deck containing player cards and table cards. |
List< Card > SimplePoker.MatchTest.PokerMatchTest.FullHouseWinnerKickersTiebreakerMatch | ( | Deck | deck | ) |
Determines the winning hand in a full house match with kicker tiebreaker.
deck | The deck containing player cards and table cards. |
Determines the winning hand in a full house match.
deck | The deck containing player cards and table cards. |
Determines the result of a split pot in a lower straight flush match.
deck | The deck containing player cards and table cards. |
List< Card > SimplePoker.MatchTest.PokerMatchTest.LowerStraightFlushWinnerHighcardTiebreakerMatch | ( | Deck | deck | ) |
Determines the winning hand in a lower straight flush match with high card tiebreaker.
deck | The deck containing player cards and table cards. |
List< Card > SimplePoker.MatchTest.PokerMatchTest.LowerStraightFlushWinnerKickersTiebreakerMatch | ( | Deck | deck | ) |
Determines the winning hand in a lower straight flush match with kicker tiebreaker.
deck | The deck containing player cards and table cards. |
Determines the winning hand in a lower straight flush match.
deck | The deck containing player cards and table cards. |
Determines the outcome of a split pot in a lower straight match.
deck | The deck containing player cards and table cards. |
List< Card > SimplePoker.MatchTest.PokerMatchTest.LowerStraightWinnerHighcardTiebreakerMatch | ( | Deck | deck | ) |
Determines the winning hand in a lower straight match with high card tiebreaker.
deck | The deck containing player cards and table cards. |
List< Card > SimplePoker.MatchTest.PokerMatchTest.LowerStraightWinnerKickersTiebreakerMatch | ( | Deck | deck | ) |
Determines the winning hand in a lower straight match with kicker tiebreaker.
deck | The deck containing player cards and table cards. |
Determines the winning hand in a lower straight match.
deck | The deck containing player cards and table cards. |
Determines the outcome of a split pot in a one pair match.
deck | The deck containing player cards and table cards. |
Determines the winning hand in a one pair match with high card tiebreaker.
deck | The deck containing player cards and table cards. |
Determines the winning hand in a one pair match with kicker tiebreaker.
deck | The deck containing player cards and table cards. |
Determines the winning hand in a one pair match.
deck | The deck containing player cards and table cards. |
Determines the winning hand in a one pair match based on player cards.
deck | The deck containing player cards and table cards. |
Determines the result of a split pot in a royal straight flush match.
deck | The deck containing player cards and table cards. |
List< Card > SimplePoker.MatchTest.PokerMatchTest.RoyalStraightFlushWinnerHighcardTiebreakerMatch | ( | Deck | deck | ) |
Determines the winning hand in a royal straight flush match with high card tiebreaker.
deck | The deck containing player cards and table cards. |
List< Card > SimplePoker.MatchTest.PokerMatchTest.RoyalStraightFlushWinnerKickersTiebreakerMatch | ( | Deck | deck | ) |
Determines the winning hand in a royal straight flush match with kicker tiebreaker.
deck | The deck containing player cards and table cards. |
Determines the winning hand in a royal straight flush match.
deck | The deck containing player cards and table cards. |
Determines the outcome of a split pot in a high card match.
deck | The deck containing player cards and table cards. |
Determines the result of a split pot in a straight flush match.
deck | The deck containing player cards and table cards. |
List< Card > SimplePoker.MatchTest.PokerMatchTest.StraightFlushWinnerHighcardTiebreakerMatch | ( | Deck | deck | ) |
Determines the winning hand in a straight flush match with high card tiebreaker.
deck | The deck containing player cards and table cards. |
List< Card > SimplePoker.MatchTest.PokerMatchTest.StraightFlushWinnerKickersTiebreakerMatch | ( | Deck | deck | ) |
Determines the winning hand in a straight flush match with kicker tiebreaker.
deck | The deck containing player cards and table cards. |
Determines the winning hand in a straight flush match.
deck | The deck containing player cards and table cards. |
Determines the outcome of a split pot in a straight match.
deck | The deck containing player cards and table cards. |
List< Card > SimplePoker.MatchTest.PokerMatchTest.StraightWinnerHighcardTiebreakerMatch | ( | Deck | deck | ) |
Determines the winning hand in a straight match with high card tiebreaker.
deck | The deck containing player cards and table cards. |
Determines the winning hand in a straight match with kicker tiebreaker.
deck | The deck containing player cards and table cards. |
Determines the winning hand in a straight match.
deck | The deck containing player cards and table cards. |
Determines the outcome of a split pot in a three of a kind match.
deck | The deck containing player cards and table cards. |
List< Card > SimplePoker.MatchTest.PokerMatchTest.ThreeKindWinnerHighcardTiebreakerMatch | ( | Deck | deck | ) |
Determines the winning hand in a three of a kind match with high card tiebreaker.
deck | The deck containing player cards and table cards. |
List< Card > SimplePoker.MatchTest.PokerMatchTest.ThreeKindWinnerKickersTiebreakerMatch | ( | Deck | deck | ) |
Determines the winning hand in a three of a kind match with kicker tiebreaker.
deck | The deck containing player cards and table cards. |
Determines the winning hand in a three of a kind match.
deck | The deck containing player cards and table cards. |
Determines the outcome of a split pot in a two pair match.
deck | The deck containing player cards and table cards. |
Determines the winning hand in a two pair match with high card tiebreaker.
deck | The deck containing player cards and table cards. |
Determines the winning hand in a two pair match with kicker tiebreaker.
deck | The deck containing player cards and table cards. |
Determines the winning hand in a two pair match.
deck | The deck containing player cards and table cards. |
Determines the winning hand in a high card match with kicker tiebreaker.
deck | The deck containing player cards and table cards. |
Determines the winning hand in a high card match.
deck | The deck containing player cards and table cards. |