-
Notifications
You must be signed in to change notification settings - Fork 12
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
Add Junit tests #13
Comments
Since the interactions of the GUI components are the main feature of the game, you should also explore how to write JUnit tests for GUIs. Using the Java Robot class should be helpful. Here is one link to get started looking for more info http://docs.oracle.com/javase/7/docs/api/java/awt/Robot.html That way, you could things like making sure the ball hits off of the paddles and walls correctly |
F16 OK |
Additional tests would be good. W18 Ok 100 Pts. |
Implemented in w18 branch. Transfer code over to main branch. |
Add additional Junit tests to the existing test cases.
~estimated 100
The text was updated successfully, but these errors were encountered: