示例#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;
 }