EvoSuite / evosuite

EvoSuite - automated generation of JUnit test suites for Java classes
http://www.evosuite.org
GNU Lesser General Public License v3.0
823 stars 341 forks source link

Can EvoSuite Generate Comments? #452

Closed antonio-mastropaolo closed 1 year ago

antonio-mastropaolo commented 1 year ago

Hi all,

I was wondering if there is a way to let EvoSuite generate comments.

Thanks for any help you can provide on this.

jose commented 1 year ago

Hi @antonio-mastropaolo,

EvoSuite may generate a header comment with coverage information for each test if you enable the test_comments property. What kind of comments are you interested in?

-- Best, Jose