コード例 #1
0
 public DealerGameSteps(GameContext gameContext)
 {
     _gameContext = gameContext;
 }
コード例 #2
0
 public PlayerGameSteps(GameContext gameContext)
 {
     _gameContext = gameContext;
 }
コード例 #3
0
 public StartGameSteps(GameContext gameContext)
 {
     _gameContext = gameContext;
 }
コード例 #4
0
ファイル: UsingAceSteps.cs プロジェクト: VLysiuk/SpecFlowDemo
 public UsingAceSteps(GameContext gameContext)
 {
     _gameContext = gameContext;
 }