Renci.SshNet.Tests.SftpListDirectoryAsyncResultTest.SftpListDirectoryAsyncResultConstructorTest C# (CSharp) Method

SftpListDirectoryAsyncResultConstructorTest() private method

private SftpListDirectoryAsyncResultConstructorTest ( ) : void
return void
        public void SftpListDirectoryAsyncResultConstructorTest()
        {
            AsyncCallback asyncCallback = null; // TODO: Initialize to an appropriate value
            object state = null; // TODO: Initialize to an appropriate value
            SftpListDirectoryAsyncResult target = new SftpListDirectoryAsyncResult(asyncCallback, state);
            Assert.Inconclusive("TODO: Implement code to verify target");
        }
    }
SftpListDirectoryAsyncResultTest