示例#1
0
 public void Responser_SendImage_Throws_If_Request_Is_Null()
 {
     _Responder.SendImage(null, _Response.Object, _Image, ImageFormat.Png);
 }