| using Microsoft.VisualStudio.TestTools.UnitTesting;using Renci.SshNet.Tests.Common;namespace Renci.SshNet.Tests.Classes.Common{    /// <summary>    /// The exception that is thrown when pass phrase for key file is empty or null    /// </summary>    [TestClass]    public partial class SshPassPhraseNullOrEmptyExceptionTest : TestBase    {    }}
 |