Skip to contents

Run

muttest()
Run a mutation test
plan()
Create a plan for mutation testing

Mutators

operator()
Mutate an operator

Test run strategy

default_test_strategy()
Create a default run strategy
FullTestStrategy
Run all tests for a mutant
FileTestStrategy
Run tests matching the mutated source file name
TestStrategy
TestStrategy interface

Project copy strategy

default_copy_strategy()
Create a default project copy strategy
PackageCopyStrategy
Package copy strategy
CopyStrategy
CopyStrategy interface

Test reporting

default_reporter()
Create a default reporter
ProgressMutationReporter
Progress Reporter for Mutation Testing
MutationReporter
Reporter for Mutation Testing