Class TestInputGenerationConfiguration
- java.lang.Object
-
- de.rwth.swc.coffee4j.algorithmic.interleaving.generator.TestInputGenerationConfiguration
-
public class TestInputGenerationConfiguration extends Object
Configuration used to create aTestInputGenerationStrategy.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTestInputGenerationConfiguration.BuilderBuilder class for aTestInputGenerationConfiguration.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TestInputGenerationConfiguration.Builderconfiguration()ConstraintCheckergetConstraintChecker()CoverageMapgetCoverageMap()CompleteTestModelgetTestModel()
-
-
-
Method Detail
-
configuration
public static TestInputGenerationConfiguration.Builder configuration()
- Returns:
- returns a
TestInputGenerationConfiguration.Builderto build anTestInputGenerationConfiguration.
-
getTestModel
public CompleteTestModel getTestModel()
-
getConstraintChecker
public ConstraintChecker getConstraintChecker()
-
getCoverageMap
public CoverageMap getCoverageMap()
-
-