ForwardedPortDynamicTest.cs 326 B

12345678910111213
  1. using Microsoft.VisualStudio.TestTools.UnitTesting;
  2. using Renci.SshNet.Tests.Common;
  3. namespace Renci.SshNet.Tests.Classes
  4. {
  5. /// <summary>
  6. /// Provides functionality for dynamic port forwarding
  7. /// </summary>
  8. [TestClass]
  9. public partial class ForwardedPortDynamicTest : TestBase
  10. {
  11. }
  12. }