Package | Description |
---|---|
org.pitest.mutationtest.engine | |
org.pitest.mutationtest.engine.gregor | |
org.pitest.mutationtest.execute |
Modifier and Type | Method and Description |
---|---|
MutationDetails |
Mutant.getDetails()
Returns a data relating to the mutant
|
MutationDetails |
MutationDetails.withDescription(String desc) |
MutationDetails |
MutationDetails.withPoisonStatus(PoisonStatus poisonStatus) |
Modifier and Type | Method and Description |
---|---|
List<MutationDetails> |
Mutater.findMutations(ClassName classToMutate)
Scans for possible mutants in the given class
|
Constructor and Description |
---|
Mutant(MutationDetails details,
byte[] bytes) |
Modifier and Type | Method and Description |
---|---|
List<MutationDetails> |
GregorMutater.findMutations(ClassName classToMutate) |
Modifier and Type | Method and Description |
---|---|
protected void |
MutationTestWorker.run(Collection<MutationDetails> range,
Reporter r,
TimeOutDecoratedTestSource testSource) |
Constructor and Description |
---|
MinionArguments(Collection<MutationDetails> mutations,
Collection<ClassName> tests,
String engine,
EngineArguments engineArgs,
TimeoutLengthStrategy timeoutStrategy,
boolean verbose,
boolean fullMutationMatrix,
TestPluginArguments pitConfig) |
Copyright © 2021 org.pitest. All rights reserved.