ZlibOpenSshTest.cs 327 B

12345678910111213
  1. using Microsoft.VisualStudio.TestTools.UnitTesting;
  2. using Renci.SshNet.Tests.Common;
  3. namespace Renci.SshNet.Tests.Classes.Compression
  4. {
  5. /// <summary>
  6. /// Represents "zlib@openssh.org" compression implementation
  7. /// </summary>
  8. [TestClass]
  9. public class ZlibOpenSshTest : TestBase
  10. {
  11. }
  12. }