We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Player::copyFrom
The Player class is brittle for some parts and testing would help catching future bugs.
Player
The most important is to test copyFrom and ensure that it indeeds perform a deep-copy.
copyFrom
By testing this method, adding new fields to Player without updating copyFrom would result in a test failure of the deep-copy.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The
Player
class is brittle for some parts and testing would help catching future bugs.The most important is to test
copyFrom
and ensure that it indeeds perform a deep-copy.By testing this method, adding new fields to
Player
without updatingcopyFrom
would result in a test failure of the deep-copy.The text was updated successfully, but these errors were encountered: