Blog.Common.Utils.Tests.Helpers.ImageHelperTest.ShouldThrowExceptionWhenCreateGifThumbnailFails C# (CSharp) Method

ShouldThrowExceptionWhenCreateGifThumbnailFails() private method

private ShouldThrowExceptionWhenCreateGifThumbnailFails ( ) : void
return void
        public void ShouldThrowExceptionWhenCreateGifThumbnailFails()
        {
            Assert.Throws<BlogException>(() => _imageHelper.CreateGifThumbnail(null, string.Empty, "tn_"));
        }