-
Notifications
You must be signed in to change notification settings - Fork 25
Feat: Adds Shawn Dunsmore Jr lesson 16 SlotMachine.java and SlotMachi… #529
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat: Adds Shawn Dunsmore Jr lesson 16 SlotMachine.java and SlotMachi… #529
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great Job Overall!
Please take care of requested changes. Additionally, I'll need you to change package declarations and directories to all lowercase.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good job Shawn!
- Name your tests based on the method you're testing, Ex. Instead of
testMoney_Exists()
, I'd probably name itgetMoneyNeeded_works()
- Use actual parameters for unit tests instead of null values.
…neTest.java