Skip to content

EvoSuite/evosuite-coverage-tools

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
pit
 
 
 
 

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