FeatureGenerator constructor
FeatureGenerator(
- String projectPath,
- StateManagement stateManagement
Creates a new FeatureGenerator.
Requires the projectPath and stateManagement strategy.
Implementation
FeatureGenerator(this.projectPath, this.stateManagement);