|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectPrepDeck
public class PrepDeck
Provides methods needed to test application functionality.
Core behaviors:
01. Stacks a deck per test specifications (implemented)
Auxiliary behaviors:
None
Possible future behaviors:
None.
| Constructor Summary | |
|---|---|
PrepDeck()
|
|
| Method Summary | |
|---|---|
static java.lang.String[] |
stackDeck(java.lang.String[] handPhase,
int winningSeat,
java.lang.String[] winningHand)
This method utilizes separate if blocks to construct specific stacked decks. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PrepDeck()
| Method Detail |
|---|
public static java.lang.String[] stackDeck(java.lang.String[] handPhase,
int winningSeat,
java.lang.String[] winningHand)
handPhase - The phase of the current hand deal (flop, turn, river) to test for.winningSeat - The desired winning seat number to test for.winningHand - The kind of winning hand (i.e. SRF, HSF, CQD, HPR) to test for.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||