Hi all,
I'm using EvoSuiteR (Regression Test).
In my regressioncp class, the behavior change is only visible if the test assertion check the field state.
The field visibility is package-private (no explicit modifier), then a test in the same package structure can access the field.
My question is:
1. In the EvoSuite tests, does it perform assertions in fields or only in methods?
Sorry if this was previously answered, I could not find it here in the list.