using Microsoft.VisualStudio.TestTools.UnitTesting; using Renci.SshNet.Tests.Common; namespace Renci.SshNet.Tests.Classes.Common { /// /// The exception that is thrown when file or directory is not found. /// [TestClass] public partial class SftpPathNotFoundExceptionTest : TestBase { } }