TileCook.Test.DiskCacheTests.Ctor_EmptyDirectory_Throws C# (CSharp) Method

Ctor_EmptyDirectory_Throws() private method

private Ctor_EmptyDirectory_Throws ( ) : void
return void
        public void Ctor_EmptyDirectory_Throws()
        {
            DiskCache dc = new DiskCacheBuilder()
                .SetCacheDirectory("");
        }