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

cannot generate correct assertion against getter and setter #469

Open
jaksonlin opened this issue Feb 29, 2024 · 1 comment
Open

cannot generate correct assertion against getter and setter #469

jaksonlin opened this issue Feb 29, 2024 · 1 comment

Comments

@jaksonlin
Copy link

jaksonlin commented Feb 29, 2024

Context

generated unit test for model with getter and setter.

expected behavior:
generated assertion should assert the correct getter's return value for the setter

actual behavior:
assertion is not always against the target setter's getter, it seems to be some random pick, but seeing the code i am not sure. it would be nice if someone can instruct on where is the point to get started with.

@Juvemanu
Copy link

Juvemanu commented Jun 2, 2024

Without any example, it's difficult to understand your troubles. There is an open issue that reports something similar to what you are complaining about. #464

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

No branches or pull requests

2 participants