| Modifier and Type | Class and Description |
|---|---|
class |
DefaultCodeSource |
| Modifier and Type | Method and Description |
|---|---|
CodeSource |
CodeSourceFactory.createCodeSource(ProjectClassPaths classPath) |
| Constructor and Description |
|---|
CoverageData(CodeSource code,
LineMap lm) |
LegacyClassCoverage(CodeSource code,
LineMap lm) |
| Constructor and Description |
|---|
DefaultCoverageGenerator(File workingDir,
CoverageOptions coverageOptions,
LaunchOptions launchOptions,
CodeSource code,
CoverageExporter exporter,
Timings timings,
Verbosity verbosity) |
| Modifier and Type | Method and Description |
|---|---|
CodeSource |
HistoryParams.code() |
| Constructor and Description |
|---|
HistoryParams(FeatureSelector conf,
CodeSource code) |
| Modifier and Type | Method and Description |
|---|---|
CodeSource |
InterceptorParameters.code() |
| Modifier and Type | Method and Description |
|---|---|
CoverageTransformer |
CoverageTransformerFactory.create(CodeSource source) |
CompoundMutationInterceptor |
CompoundInterceptorFactory.createInterceptor(ReportOptions data,
CoverageDatabase coverage,
ClassByteArraySource source,
TestPrioritiser testPrioritiser,
CodeSource code) |
void |
CompoundMutationInterceptor.initialise(CodeSource code) |
default void |
MutationInterceptor.initialise(CodeSource code)
Called once per instance prior to intercepting
|
MutationGrouper |
MutationGrouperFactory.makeFactory(Properties props,
CodeSource codeSource,
int numberOfThreads,
int unitSize) |
MutationGrouper |
DefaultMutationGrouperFactory.makeFactory(Properties props,
CodeSource codeSource,
int numberOfThreads,
int unitSize) |
TestPrioritiser |
DefaultTestPrioritiserFactory.makeTestPrioritiser(Properties props,
CodeSource code,
CoverageDatabase coverage) |
TestPrioritiser |
TestPrioritiserFactory.makeTestPrioritiser(Properties props,
CodeSource code,
CoverageDatabase coverage) |
| Constructor and Description |
|---|
InterceptorParameters(FeatureSetting conf,
ReportOptions data,
CoverageDatabase coverage,
ClassByteArraySource source,
TestPrioritiser testPrioritiser,
CodeSource code) |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
FunctionalInterfaceScanner.apply(CodeSource codeSource) |
| Modifier and Type | Method and Description |
|---|---|
CodeSource |
SettingsFactory.createCodeSource(ProjectClassPaths classPath) |
| Modifier and Type | Method and Description |
|---|---|
CoverageTransformer |
SettingsFactory.createCoverageTransformer(CodeSource code) |
| Constructor and Description |
|---|
ObjectOutputStreamHistory(CodeSource code,
WriterFactory output,
Optional<Reader> input) |
| Constructor and Description |
|---|
MutationCoverage(MutationStrategies strategies,
File baseDir,
CodeSource code,
ReportOptions data,
SettingsFactory settings,
Timings timings) |
| Modifier and Type | Method and Description |
|---|---|
CodeSource |
BuildVerifierArguments.code() |
| Modifier and Type | Method and Description |
|---|---|
default BuildVerifier |
BuildVerifierFactory.create(CodeSource code)
Deprecated.
|
BuildVerifier |
MissingTestNGPluginVerifierFactory.create(CodeSource code) |
BuildVerifier |
SpringVerifierFactory.create(CodeSource code) |
BuildVerifier |
KotlinVerifierFactory.create(CodeSource code) |
BuildVerifier |
MissingJUnit5PluginVerifierFactory.create(CodeSource code) |
BuildVerifier |
DefaultBuildVerifierFactory.create(CodeSource code) |
| Constructor and Description |
|---|
BuildVerifierArguments(CodeSource code,
ReportOptions data) |
DefaultBuildVerifier(CodeSource code) |
Copyright © 2024 org.pitest. All rights reserved.