-
Notifications
You must be signed in to change notification settings - Fork 2
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 ChessPieceTests to Explicitly Test equals and hashCode #11
Comments
Were you thinking of making a new file for this? If so, what do you think about moving the "Piece moves on all pieces" test into that file? It feels a little awkward in ChessBoardTests but i didn't have a better place to put it at the time |
@19mdavenport That's a great idea! I'll do that too. |
@19mdavenport After looking at it more carefully, there is a technical snag to completing this refactor: the test currently relies on a working chess/shared/src/test/java/passoff/chess/ChessBoardTests.java Lines 43 to 57 in 4ddf543
We could leave the method there, I don't think that would be a problem. What do you think about calling |
@19mdavenport Update: We doubled the total tests and completed this request in commit 41db8c8. |
No description provided.
The text was updated successfully, but these errors were encountered: