ShellStream.cs 293 B

12345678910111213
  1. using Microsoft.VisualStudio.TestTools.UnitTesting;
  2. using Renci.SshNet.Tests.Common;
  3. namespace Renci.SshNet.Tests.Classes
  4. {
  5. /// <summary>
  6. /// Contains operation for working with SSH Shell.
  7. /// </summary>
  8. [TestClass]
  9. public class ShellStreamTest : TestBase
  10. {
  11. }
  12. }