Modifier and Type | Class and Description |
---|---|
class |
CachingByteArraySource |
Constructor and Description |
---|
CachingByteArraySource(ClassByteArraySource child,
int maxSize) |
ComputeClassWriter(ClassByteArraySource bytes,
Map<String,String> cache,
int flags) |
Modifier and Type | Class and Description |
---|---|
class |
ClassloaderByteArraySource |
class |
ClassPathByteArraySource |
Constructor and Description |
---|
LineMapper(ClassByteArraySource source) |
Constructor and Description |
---|
DependencyExtractor(ClassByteArraySource classToBytes,
int depth) |
Modifier and Type | Method and Description |
---|---|
Configuration |
JUnitTestPlugin.createTestFrameworkConfiguration(TestGroupConfig config,
ClassByteArraySource source,
Collection<String> excludedRunners,
Collection<String> includedTestMethods) |
Modifier and Type | Method and Description |
---|---|
Configuration |
MinionSettings.getTestFrameworkPlugin(TestPluginArguments options,
ClassByteArraySource source) |
Modifier and Type | Method and Description |
---|---|
Mutater |
MutationEngine.createMutator(ClassByteArraySource source)
Create a mutator using the given ClassByteArraySource as the source of
unmated classes
|
Modifier and Type | Method and Description |
---|---|
Mutater |
GregorMutationEngine.createMutator(ClassByteArraySource byteSource) |
Constructor and Description |
---|
GregorMutater(ClassByteArraySource byteSource,
Predicate<MethodInfo> filter,
Collection<MethodMutatorFactory> mutators) |
Modifier and Type | Method and Description |
---|---|
Configuration |
TestPluginFactory.createTestFrameworkConfiguration(TestGroupConfig config,
ClassByteArraySource source,
Collection<String> excludedRunners,
Collection<String> includedTestMethods) |
Modifier and Type | Method and Description |
---|---|
Configuration |
TestNGPlugin.createTestFrameworkConfiguration(TestGroupConfig config,
ClassByteArraySource source,
Collection<String> excludedRunner,
Collection<String> includedTestMethods) |
Copyright © 2021 org.pitest. All rights reserved.