Exemplo n.º 1
0
 public TroopGroupSteps(Repository repository, TroopFile troopFile,
     TestedApplication application)
 {
     this.repository = repository;
     this.troopFile = troopFile;
     this.application = application;
 }
Exemplo n.º 2
0
 public StepDefinitions(Repository repository, TroopFile troopFile,
     TestedApplication application)
 {
     this.repository = repository;
     this.troopFile = troopFile;
     this.application = application;
 }