FeatureGenerator constructor

FeatureGenerator(
  1. String projectPath,
  2. StateManagement stateManagement
)

Creates a new FeatureGenerator.

Requires the projectPath and stateManagement strategy.

Implementation

FeatureGenerator(this.projectPath, this.stateManagement);