2
0

AuthenticationMethodTest.cs 413 B

123456789101112131415
  1. using Renci.SshNet;
  2. using Microsoft.VisualStudio.TestTools.UnitTesting;
  3. using Renci.SshNet.Tests.Common;
  4. namespace Renci.SshNet.Tests
  5. {
  6. /// <summary>
  7. ///This is a test class for AuthenticationMethodTest and is intended
  8. ///to contain all AuthenticationMethodTest Unit Tests
  9. ///</summary>
  10. [TestClass()]
  11. public class AuthenticationMethodTest : TestBase
  12. {
  13. }
  14. }