public final class InterceptorParameters extends Object
| Constructor and Description |
|---|
InterceptorParameters(FeatureSetting conf,
ReportOptions data,
CoverageDatabase coverage,
ClassByteArraySource source,
TestPrioritiser testPrioritiser)
Deprecated.
|
InterceptorParameters(FeatureSetting conf,
ReportOptions data,
CoverageDatabase coverage,
ClassByteArraySource source,
TestPrioritiser testPrioritiser,
CodeSource code) |
| Modifier and Type | Method and Description |
|---|---|
CodeSource |
code() |
CoverageDatabase |
coverage() |
ReportOptions |
data() |
Optional<Integer> |
getInteger(FeatureParameter key) |
List<String> |
getList(FeatureParameter key) |
Optional<String> |
getString(FeatureParameter limit) |
Optional<FeatureSetting> |
settings() |
ClassByteArraySource |
source() |
TestPrioritiser |
testPrioritiser() |
@Deprecated public InterceptorParameters(FeatureSetting conf, ReportOptions data, CoverageDatabase coverage, ClassByteArraySource source, TestPrioritiser testPrioritiser)
public InterceptorParameters(FeatureSetting conf, ReportOptions data, CoverageDatabase coverage, ClassByteArraySource source, TestPrioritiser testPrioritiser, CodeSource code)
public ReportOptions data()
public CoverageDatabase coverage()
public Optional<FeatureSetting> settings()
public ClassByteArraySource source()
public TestPrioritiser testPrioritiser()
public CodeSource code()
public Optional<String> getString(FeatureParameter limit)
public List<String> getList(FeatureParameter key)
public Optional<Integer> getInteger(FeatureParameter key)
Copyright © 2024 org.pitest. All rights reserved.