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
Is your feature request related to a problem? Please describe.
When generating ctd-amplified tests, the related EvoSuite and Randoop generated tests should also include assertions. This will allow for more appropriate validation of regression tests runs.
Describe alternatives you've considered
Currently, I've had to run three different generate paths, in order to have appropriate generated assertions, one each for evosuite, randoop, and ctd-amplified.
The text was updated successfully, but these errors were encountered:
@michaelrowe01 Randoop tests are not included in the ctd-amplified test suite, so they don't need assertions. If you run the command generate randoop, the test cases will contain assertions. Hence the above issue is relevant only to evosuite tests included in ctd-amplified test suite.
Is your feature request related to a problem? Please describe.
When generating ctd-amplified tests, the related EvoSuite and Randoop generated tests should also include assertions. This will allow for more appropriate validation of regression tests runs.
Describe alternatives you've considered
Currently, I've had to run three different generate paths, in order to have appropriate generated assertions, one each for evosuite, randoop, and ctd-amplified.
The text was updated successfully, but these errors were encountered: