EvoSuite / evosuite

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

How to integrate EvoSuite with ANT build framework #302

Closed GitHubLDR closed 4 years ago

GitHubLDR commented 4 years ago

Context

How to integrate EvoSuite with ANT build framework

How to use Ant to invoke EvoSuite, run test cases generated by EvoSuite and Ant to collect coverage of test cases generated by EvoSuite.

jose commented 4 years ago

Hi @GitHubLDR,

What do you mean by "integrate"? Could you please provide more context on this?

Do you want to use Ant to invoke EvoSuite? Do you want to use Ant to run test cases generated by EvoSuite? Do you want to use Ant to collect coverage of test cases generated by EvoSuite?

-- Best, Jose

GitHubLDR commented 4 years ago

Hi @GitHubLDR,

What do you mean by "integrate"? Could you please provide more context on this?

Do you want to use Ant to invoke EvoSuite? Do you want to use Ant to run test cases generated by EvoSuite? Do you want to use Ant to collect coverage of test cases generated by EvoSuite?

-- Best, Jose

yes, @jose,

I want to use Ant to invoke EvoSuite, want to use Ant to run test cases generated by EvoSuite and want to use Ant to collect coverage of test cases generated by EvoSuite.

Thanks, @GitHubLDR