CloudinaryDotNet.Test.ApiTest.testOverlayError1 C# (CSharp) Method

testOverlayError1() private method

private testOverlayError1 ( ) : void
return void
        public void testOverlayError1()
        {
            var transformation = new Transformation().Overlay(new TextLayer().PublicId("test").FontStyle("italic"));
            transformation.ToString();
        }
ApiTest