You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: