Class FaultCharacterizationConfiguration
- java.lang.Object
 - 
- de.rwth.swc.coffee4j.algorithmic.sequential.characterization.FaultCharacterizationConfiguration
 
 
- 
public class FaultCharacterizationConfiguration extends Object
Class containing all information needed to perform fault characterization for combinatorial tests. 
- 
- 
Constructor Summary
Constructors Constructor Description FaultCharacterizationConfiguration(TestModel model, Reporter reporter)Creates a new configuration out of an IPM and a reporter. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object object)TestModelgetModel()ReportergetReporter()inthashCode()StringtoString() 
 - 
 
- 
- 
Constructor Detail
- 
FaultCharacterizationConfiguration
public FaultCharacterizationConfiguration(TestModel model, Reporter reporter)
Creates a new configuration out of an IPM and a reporter. It is not guaranteed that the constraints checker in the model will be respected by an algorithm.- Parameters:
 model- containing all parameters of the combinatorial testreporter- to give information to users during fault characterization execution
 
 - 
 
 -