public void SshPassPhraseNullOrEmptyExceptionConstructorTest2() { string message = string.Empty; // TODO: Initialize to an appropriate value Exception innerException = null; // TODO: Initialize to an appropriate value SshPassPhraseNullOrEmptyException target = new SshPassPhraseNullOrEmptyException(message, innerException); Assert.Inconclusive("TODO: Implement code to verify target"); }
public void SshPassPhraseNullOrEmptyExceptionConstructorTest() { SshPassPhraseNullOrEmptyException target = new SshPassPhraseNullOrEmptyException(); Assert.Inconclusive("TODO: Implement code to verify target"); }