using Microsoft.VisualStudio.TestTools.UnitTesting; using Renci.SshNet.Tests.Common; namespace Renci.SshNet.Tests.Classes.Common { /// /// The exception that is thrown when connection was terminated. /// [TestClass] public partial class SshConnectionExceptionTest : TestBase { } }