Exemplo n.º 1
0
        public void SshPassPhraseNullOrEmptyExceptionConstructorTest1()
        {
            string message = string.Empty; // TODO: Initialize to an appropriate value
            SshPassPhraseNullOrEmptyException target = new SshPassPhraseNullOrEmptyException(message);

            Assert.Inconclusive("TODO: Implement code to verify target");
        }
Exemplo n.º 2
0
        public void SshPassPhraseNullOrEmptyExceptionConstructorTest()
        {
            SshPassPhraseNullOrEmptyException target = new SshPassPhraseNullOrEmptyException();

            Assert.Inconclusive("TODO: Implement code to verify target");
        }