tackle-test-generator-cli icon indicating copy to clipboard operation
tackle-test-generator-cli copied to clipboard

EvoSuite and Randoop Tests should have Assertions

Open michaelrowe01 opened this issue 2 years ago • 1 comments

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.

michaelrowe01 avatar Feb 14 '23 14:02 michaelrowe01

@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.

rachelt44 avatar Feb 20 '23 11:02 rachelt44