예제 #1
0
 public void AddGameToOrder_CustomerNULL_ReturnException()
 {
     Assert.Catch(() => _sut.AddGameToOrder(_gameKeyFirst, null));
 }