Skip to content
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

Classes generated by codegen.py do not implement equals or hashcode #377

Closed
Woodz opened this issue Jul 5, 2018 · 0 comments
Closed

Classes generated by codegen.py do not implement equals or hashcode #377

Woodz opened this issue Jul 5, 2018 · 0 comments
Assignees
Milestone

Comments

@Woodz
Copy link

Woodz commented Jul 5, 2018

It would be very helpful if equals and hashcode could be implemented by the classes generated by codegen.py. The specific use case that has highlighted this issue is attempting to mock APIs that include AMQP.BasicProperties - even though the set of properties are identical, equality returns false, requiring a custom matcher to be implemented

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants