Package | Description |
---|---|
org.pitest.coverage.execute | |
org.pitest.mutationtest.config | |
org.pitest.mutationtest.execute |
Modifier and Type | Method and Description |
---|---|
TestPluginArguments |
CoverageOptions.getPitConfig() |
Constructor and Description |
---|
CoverageOptions(Collection<String> include,
Collection<String> exclude,
TestPluginArguments pitConfig,
boolean verbose,
int maxDependencyDistance) |
Modifier and Type | Method and Description |
---|---|
static TestPluginArguments |
TestPluginArguments.defaults() |
TestPluginArguments |
TestPluginArguments.withTestPlugin(String plugin) |
Modifier and Type | Method and Description |
---|---|
Configuration |
MinionSettings.getTestFrameworkPlugin(TestPluginArguments options,
ClassByteArraySource source) |
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.