| Modifier and Type | Method and Description |
|---|---|
static FaultCharacterizationAlgorithmFactory |
Aifl.aifl()
Can be used as a convenience method to describe that AIFL should be used as a
FaultCharacterizationAlgorithmFactory. |
static FaultCharacterizationAlgorithmFactory |
IterationBasedIterAifl.iterAifl() |
static FaultCharacterizationAlgorithmFactory |
IterationBasedIterAifl.iterAifl(int suspiciousCombinationsThreshold)
Creates a factory which uses the given threshold to configuration the IterAIFL algorithm.
|
| Modifier and Type | Method and Description |
|---|---|
static FaultCharacterizationAlgorithmFactory |
Ben.ben()
Can be used as a convenience method to describe that BEN should be used as a
FaultCharacterizationAlgorithmFactory. |
static FaultCharacterizationAlgorithmFactory |
Ben.ben(int numberOfCombinationsPerStep,
int maxGenerationAttempts)
Can be used as a convenience method to describe that BEN should be used as a
FaultCharacterizationAlgorithmFactory. |
| Modifier and Type | Method and Description |
|---|---|
static FaultCharacterizationAlgorithmFactory |
ImprovedDeltaDebugging.improvedDeltaDebugging() |
| Modifier and Type | Method and Description |
|---|---|
Optional<FaultCharacterizationAlgorithmFactory> |
CombinatorialTestConfiguration.getFaultCharacterizationAlgorithmFactory() |
| Constructor and Description |
|---|
CombinatorialTestConfiguration(FaultCharacterizationAlgorithmFactory faultCharacterizationAlgorithmFactory,
Collection<TestInputGroupGenerator> generators,
GenerationReporter generationReporter)
Creates a new configuration with the given arguments.
|
Copyright © 2019. All rights reserved.