Reputation: 129
Maybe it's obvious considering how maven works, but I'm kinda new to this.
I am currently using evosuite via maven to generate tests, my question is :
Is it possible to generate tests only for new/modified code instead of generating the whole suit ?
Upvotes: 2
Views: 160
Reputation: 1
Take a look at https://symflower.com it can also generate unit tests per function/method in your editor. That is a better granularity than generating the whole test suite. More incremental generation (only for the code you select, and for changes) is planned.
(Disclaimer I am CTO of Symflower and before founding i mainly researched and implemented test generation solutions for projects, e.g. with EvoSuite)
Upvotes: 0