コード例 #1
0
ファイル: BowlingContext.cs プロジェクト: paulbatum/storevil
 public void Given_a_new_bowling_game()
 {
     // note: Since this class will be instantiated
     // once for each scenario anyway,
     // this is not really necessary (could be moved to the declaration)
     _game = new BowlingGame();
 }