System.IO.Tests.Directory_CreateDirectory.PathWithAlternateDataStreams_ThrowsNotSupportedException C# (CSharp) Метод

PathWithAlternateDataStreams_ThrowsNotSupportedException() приватный Метод

private PathWithAlternateDataStreams_ThrowsNotSupportedException ( ) : void
Результат void
        public void PathWithAlternateDataStreams_ThrowsNotSupportedException()
        {
            var paths = IOInputs.GetPathsWithAlternativeDataStreams();
            Assert.All(paths, (path) =>
            {
                Assert.Throws<NotSupportedException>(() => Create(path));
            });
        }
Directory_CreateDirectory