Skip to content

Project to learn high order mutation testing technique and explore pit-hom tool

Notifications You must be signed in to change notification settings

sofiagattucci/pit-hom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Passaggi per installare pit-hom in locale

  1. clonare il progetto "pitest-pit-hom", aprirlo con un IDE e lanciare "mvn install" per installare il plugin in locale

  2. scrivere nel pom del progetto in cui usare il plugin

<plugin>
    <groupId>org.pitest</groupId>
    <artifactId>pitest-maven</artifactId>
    <version>1.5.1-HOM</version>
    <configuration>
        <targetClasses>
            <param>prova.pit.hom.*</param>
        </targetClasses>
        <targetTests>
            <param>prova.pit.hom.*</param>
        </targetTests>
        <hom>3</hom>
        <mutationProcessingMethod>
        </mutationProcessingMethod>
    </configuration>
</plugin>

Qui https://gitlab.com/sofiagattucci/pit-hom/-/blob/master/HOMTnv.pdf puoi trovare la presentazione

About

Project to learn high order mutation testing technique and explore pit-hom tool

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages