Skip to content

Example configurations for coverage analysis tools set up in Maven to support EvoSuite tests

Notifications You must be signed in to change notification settings

EvoSuite/evosuite-coverage-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Using EvoSuite together with coverage analysis tools

PIT

PIT works with generated tests if separate classloader is set to false. It does not work otherwise.

Jacoco

Jacoco with a JavaAgent for instrumentation at classloading-time works with generated tests if separate classloader is set to false. It does not work otherwise.

Jacoco with offline instrumentation works regardless of the classloader setting. It is important, however, to explicitly set the location of the jacoco.exec file. The commandline for Jacoco with offline instrumentation is:

mvn clean test jacoco:restore-instrumented-classes jacoco:report

Cobertura

Works regardless of classloader setting.

Clover

Works regardless of classloader setting.

About

Example configurations for coverage analysis tools set up in Maven to support EvoSuite tests

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages