コード例 #1
0
ファイル: TroopGroupSteps.cs プロジェクト: byon/Aamch
 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;
 }