System.IO.Tests.Directory_CreateDirectory.NullAsPath_ThrowsArgumentNullException C# (CSharp) Method

NullAsPath_ThrowsArgumentNullException() private method

private NullAsPath_ThrowsArgumentNullException ( ) : void
return void
        public void NullAsPath_ThrowsArgumentNullException()
        {
            Assert.Throws<ArgumentNullException>(() => Create(null));
        }
Directory_CreateDirectory