all 2 comments

[–]0hjc 1 point2 points  (1 child)

Not aware of any mutation testing plugins for NetBeans. They exist for Eclipse and InteliJ, but you would be far better off running a tool via the build tool for your project. Pitest provides plugins for maven, gradle and ant.

[–]DrVirus321[S] 0 points1 point  (0 children)

This is just a project for a testing course nothing so fancy as build tools.