using Microsoft.VisualStudio.TestTools.UnitTesting; using Renci.SshNet.Tests.Common; namespace Renci.SshNet.Tests.Classes.Messages.Connection { /// /// Used to open "forwarded-tcpip" channel type /// [TestClass] public class ForwardedTcpipChannelInfoTest : TestBase { } }