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

ShouldThrowExceptionSomeStringParamsAreEmptyOnGenerateImagePath() private method

        public void ShouldThrowExceptionSomeStringParamsAreEmptyOnGenerateImagePath()
        {
            Assert.Throws<BlogException>(() => _imageHelper.GenerateImagePath(1, "foo", string.Empty));
        }