public TroopGroupSteps(Repository repository, TroopFile troopFile, TestedApplication application) { this.repository = repository; this.troopFile = troopFile; this.application = application; }
public StepDefinitions(Repository repository, TroopFile troopFile, TestedApplication application) { this.repository = repository; this.troopFile = troopFile; this.application = application; }