public final class FaultCharacterizationConfiguration extends Object
| Constructor and Description |
|---|
FaultCharacterizationConfiguration(InputParameterModel model,
ConstraintChecker checker,
Reporter reporter)
Creates a new configuration out of an IPM, reporter and constraints checker.
|
FaultCharacterizationConfiguration(InputParameterModel model,
Reporter reporter)
Creates a new configuration out of an IPM and a reporter.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
ConstraintChecker |
getChecker() |
InputParameterModel |
getModel() |
Reporter |
getReporter() |
int |
hashCode() |
String |
toString() |
public FaultCharacterizationConfiguration(InputParameterModel model, Reporter reporter)
ConstraintChecker is given,
getChecker() will return a NoConstraintChecker.model - containing all parameters of the combinatorial testreporter - to give information to users during fault characterization executionpublic FaultCharacterizationConfiguration(InputParameterModel model, ConstraintChecker checker, Reporter reporter)
model - containing all parameters of the combinatorial testchecker - to define which combinations are not allowedreporter - to give information to users during fault characterization executionpublic InputParameterModel getModel()
public ConstraintChecker getChecker()
public Reporter getReporter()
Copyright © 2019. All rights reserved.