Skip to content

tedviny/banking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Mutation testing by example

This repository demonstrates the concept of mutation testing using Java, Maven, and PIT (PITest).

Prerequisites

  • Java 17
  • Maven 3.6.3 or higher

Running the Project

Compile the Project

To compile the project, run the following command:

mvn compile

Running Unit Tests

To run the unit tests, execute the following command:

mvn test

Running Mutation Tests

mvn org.pitest:pitest-maven:mutationCoverage

This command will generate a mutation testing report in the target/pit-reports directory.

About

Mutation testing with banking account management

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages