예제 #1
0
 public void ImageStaticWithEmptyRelativeUrlThrowsArgumentNullException()
 {
     Assert.ThrowsArgumentNullOrEmpty(
         () => ImageExtensions.Image((string)null, "alt", null),
         "imageUrl"
         );
 }