TileCook.Test.LayerTests.Ctor_NullGridSet_throws C# (CSharp) Method

Ctor_NullGridSet_throws() private method

private Ctor_NullGridSet_throws ( ) : void
return void
        public void Ctor_NullGridSet_throws()
        {
            Layer l = new LayerBuilder()
                .Initialize()
                .SetGridSet(null);
        }