public interface Mutater
Modifier and Type | Method and Description |
---|---|
List<MutationDetails> |
findMutations(ClassName classToMutate)
Scans for possible mutants in the given class
|
Mutant |
getMutation(MutationIdentifier id)
Creates a mutant matching the given MutationIdentifier
|
Mutant getMutation(MutationIdentifier id)
id
- the mutant to createList<MutationDetails> findMutations(ClassName classToMutate)
classToMutate
- the class to scan for mutantsCopyright © 2021 org.pitest. All rights reserved.