Пример #1
0
 public void ChangeImageHasParameterNotExistThenThrowException()
 {
     Assert.Throws <NullReferenceException>(() => productController.ChangeImage(-1, -1));
 }