Package | Description |
---|---|
org.pitest.mutationtest | |
org.pitest.mutationtest.engine.gregor.config | |
org.pitest.mutationtest.execute |
Modifier and Type | Method and Description |
---|---|
static EngineArguments |
EngineArguments.arguments() |
EngineArguments |
EngineArguments.withExcludedMethods(Collection<String> excludedMethods) |
EngineArguments |
EngineArguments.withMutators(Collection<String> mutators) |
Modifier and Type | Method and Description |
---|---|
MutationEngine |
MutationEngineFactory.createEngine(EngineArguments arguments) |
Modifier and Type | Method and Description |
---|---|
MutationEngine |
GregorEngineFactory.createEngine(EngineArguments args) |
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.