예제 #1
0
 public TroopGroupSteps(Repository repository, TroopFile troopFile,
     TestedApplication application)
 {
     this.repository = repository;
     this.troopFile = troopFile;
     this.application = application;
 }
예제 #2
0
파일: ValueSteps.cs 프로젝트: byon/Aamch
 public StepDefinitions(Repository repository, TroopFile troopFile,
     TestedApplication application)
 {
     this.repository = repository;
     this.troopFile = troopFile;
     this.application = application;
 }