using Microsoft.VisualStudio.TestTools.UnitTesting; using Renci.SshNet.Tests.Common; namespace Renci.SshNet.Tests.Channels { /// /// Implements "direct-tcpip" SSH channel. /// [TestClass] public partial class ChannelDirectTcpipTestTest : TestBase { } }