| Modifier and Type | Class and Description |
|---|---|
class |
SuspiciousCombinationAlgorithm
A "helper" class for some fault characterization algorithms.
|
| Modifier and Type | Method and Description |
|---|---|
FaultCharacterizationAlgorithm |
FaultCharacterizationAlgorithmFactory.create(FaultCharacterizationConfiguration configuration)
Creates a new algorithm for the given configuration.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Aifl
The implementation of the AIFL fault characterization algorithm as described in "A Software Debugging Method Based on
Pairwise Testing".
|
class |
IterationBasedIterAifl
Extension to the AIFL algorithm based on "Adaptive Interaction Fault Location Based on Combinatorial Testing".
|
| Modifier and Type | Class and Description |
|---|---|
class |
Ben
The implementation of the BEN fault characterization algorithm based on the paper "Identifying Failure-Inducing
Combinations in a Combinatorial Test Set".
|
| Modifier and Type | Class and Description |
|---|---|
class |
ImprovedDeltaDebugging
An implementation of the Improved Delta Debugging algorithm as described in "Improved Delta Debugging Based on
Combinatorial Testing".
|
| Modifier and Type | Method and Description |
|---|---|
default void |
GenerationReporter.faultCharacterizationStarted(TestInputGroup testInputGroup,
FaultCharacterizationAlgorithm algorithm)
Called if fault characterization for the given group has started.
|
Copyright © 2019. All rights reserved.