nelsonwellswku/Yahtzee

Rename test methods

Closed this issue · 4 comments

Though most test methods try to describe what they do, they don't follow any format pattern. Update the test method names to follow the following convention:

CamelCasedClassToTest_StateOrActionOfTest_ExpectedBehavior

ScoreSheetConsoleDisplayerTests fixed

Dice validator tests fixed (DiceOfAKind, FullHouse, Straight)

Die tests fixed

DiceCup tests fixed