public interface MutationEngine
Modifier and Type | Method and Description |
---|---|
Mutater |
createMutator(ClassByteArraySource source)
Create a mutator using the given ClassByteArraySource as the source of
unmated classes
|
Collection<String> |
getMutatorNames()
Returns a list of mutation operations this engine can perform
|
String |
getName()
Returns the name of this engine
|
Mutater createMutator(ClassByteArraySource source)
source
- the source to use to retrieve unmated classesCollection<String> getMutatorNames()
String getName()
Copyright © 2021 org.pitest. All rights reserved.