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