Constructor and Description |
---|
GregorMutater(ClassByteArraySource byteSource,
Predicate<MethodInfo> filter,
Collection<MethodMutatorFactory> mutators) |
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
|
public GregorMutater(ClassByteArraySource byteSource, Predicate<MethodInfo> filter, Collection<MethodMutatorFactory> mutators)
public List<MutationDetails> findMutations(ClassName classToMutate)
Mutater
findMutations
in interface Mutater
classToMutate
- the class to scan for mutantspublic Mutant getMutation(MutationIdentifier id)
Mutater
getMutation
in interface Mutater
id
- the mutant to createCopyright © 2021 org.pitest. All rights reserved.