运行下面的命令,执行Evosuite 插件的名为 help 的goal,第一次执行时,会去中央仓库下载EvoSuite和它的依赖,第一次下载的时间可能会比较长 mvn evosuite:help 若下载成功,命令行输出如下: [INFO]Maven PluginforEvoSuite1.0.6Plugin used to run EvoSuite to automatically generate high coverage JUnit tests This plug...
</plugins> 2.执行命令 mvn jacoco:prepare-agent test jacoco:report 3.查看测试报告
使⽤之前先了解⼀下基本命令:prepare:需要同时运⾏EvoSuite测试和现有测试mvn evosuite:prepare test compile:表⽰编译。evosuite 是基于编译后的 .class ⽂件⽣成⽤例的,所以需要先编译 -DmemoryInMB=2000:表⽰使⽤ 2000MB 的内存 -Dcores=2 表⽰⽤2个 cpu 来并⾏加快⽣成速度 -D...